Re: pgsql: Debugging and profiling support for LLVM JIT provider. - Mailing list pgsql-committers

From Andres Freund
Subject Re: pgsql: Debugging and profiling support for LLVM JIT provider.
Date
Msg-id 20180322223453.75zjdp7ccpiadui2@alap3.anarazel.de
Whole thread Raw
In response to Re: pgsql: Debugging and profiling support for LLVM JIT provider.  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Debugging and profiling support for LLVM JIT provider.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Use stdbool.h if suitable