Re: libpq debug log - Mailing list pgsql-hackers

From Noah Misch
Subject Re: libpq debug log
Date
Msg-id 20210611050020.GB573364@rfd.leadboat.com
Whole thread Raw
In response to Re: libpq debug log  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On Mon, Jun 07, 2021 at 11:37:58AM -0400, Robert Haas wrote:
> On Sat, Jun 5, 2021 at 11:03 AM Alvaro Herrera <alvherre@alvh.no-ip.org> wrote:
> > > This added a PQtraceSetFlags() function.  We have a dozen PQset*() functions,
> > > but this and PQresultSetInstanceData() are the only PQSomethingSet()
> > > functions.  Is it okay if I rename it to PQsetTraceFlags()?  I think that
> > > would be more idiomatic for libpq.
> >
> > Hmm, there is an obvious parallel between PQtrace() and
> > PQtraceSetFlags() which is lost with your proposed rename.  I'm not
> > wedded to the name though, so I'm just -0.1 on the rename.  If you feel
> > strongly about it, I won't oppose it.
> 
> I'm +1 for the rename. I think it's a lot more idiomatic.

At +1 vs. -0.1, I would have withdrawn the proposal.  Seeing +2 vs. -0.1, I
have pushed it.



pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: PoC/WIP: Extended statistics on expressions
Next
From: Kyotaro Horiguchi
Date:
Subject: Re: Race condition in recovery?