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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Debugging and profiling support for LLVM JIT provider.
Date: 2018-03-22 22:20:22
Message-ID: 25971.1521757222@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Andres Freund <andres(at)anarazel(dot)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.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2018-03-22 22:34:53 Re: pgsql: Debugging and profiling support for LLVM JIT provider.
Previous Message Andres Freund 2018-03-22 21:54:18 Re: pgsql: Add expression compilation support to LLVM JIT provider.