Re: pgsql: Debugging and profiling support for LLVM JIT provider.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: pgsql: Debugging and profiling support for LLVM JIT provider.
Дата
Msg-id 20180322223453.75zjdp7ccpiadui2@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: pgsql: Debugging and profiling support for LLVM JIT provider.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Hi,

On 2018-03-22 18:20:22 -0400, Tom Lane wrote:
> Andres Freund <andres@anarazel.de> writes:
> > Debugging and profiling support for LLVM JIT provider.
> 
> This commit seems to have added GUCs with no documentation.  Just
> because they're developer-oriented doesn't mean you don't have to
> provide documentation.

There's a pending commit/patch that adds docs for all the added GUCs,
including these.  It was too hard to split up the docs between all the
commits.

Greetings,

Andres Freund


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Debugging and profiling support for LLVM JIT provider.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Use stdbool.h if suitable