Re: bulk typos

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: bulk typos
Дата
Msg-id 20180401190747.4eo4jzwgwvqz46kn@alap3.anarazel.de
обсуждение исходный текст
Ответ на bulk typos  (Justin Pryzby <pryzby@telsasoft.com>)
Список pgsql-hackers
Hi,

On 2018-03-31 05:56:40 -0500, Justin Pryzby wrote:
> --- a/src/backend/jit/llvm/llvmjit_expr.c
> +++ b/src/backend/jit/llvm/llvmjit_expr.c
> @@ -1768,7 +1768,7 @@ llvm_compile_expr(ExprState *state)
>                                      b_compare_result,
>                                      b_null);
>  
> -                    /* build block analying the !NULL comparator result */
> +                    /* build block analyzing the !NULL comparator result */
>                      LLVMPositionBuilderAtEnd(b, b_compare_result);

Hah. I kinda like the previous way too ;)

Greetings,

Andres Freund


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: bulk typos
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Rethinking -L switch handling and construction of LDFLAGS