Re: Missing compiled default for channel_binding param from PQconndefaults
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Daniele Varrazzo <daniele.varrazzo@gmail.com>
Cc: pgsql-bugs@lists.postgresql.org
Date: 2020-12-28T17:14:46Z
Lists: pgsql-bugs
Daniele Varrazzo <daniele.varrazzo@gmail.com> writes: > On Mon, 28 Dec 2020 at 03:00, Tom Lane <tgl@sss.pgh.pa.us> wrote: >> Oh, wait, I misunderstood your original complaint. It's not that >> connections are failing, it's just that you would like PQconndefaults >> to make the default value visible if there is one, right? > Yes, I was about to reply exactly that :) I've only found a > discrepancy between PQconninfo(pgconn) and PQconndefaults(), not a > connection problem Right. Pushed. regards, tom lane
Commits
-
Expose the default for channel_binding in PQconndefaults().
- cf61b0734c61 14.0 landed
- 31d2b11b9441 13.2 landed