| From: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
|---|---|
| To: | Phil Sorber <phil(at)omniti(dot)com> |
| Cc: | Magnus Hagander <magnus(at)hagander(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: [PATCH] Add PQconninfoParseParams and PQconninfodefaultsMerge to libpq |
| Date: | 2013-02-04 15:16:55 |
| Message-ID: | 20130204151655.GC4963@alvh.no-ip.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Phil Sorber wrote:
> On Mon, Feb 4, 2013 at 9:13 AM, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> wrote:
> > Uh, no existing code can use this new functionality? That seems
> > disappointing.
>
> I wrote this because I wanted to use it in pg_isready. I also wrote
> something for pg_isready to get around not having this. I think adding
> these two functions to libpq would be the better option, but wanted
> something that could fix an existing issue without having to patch
> libpq so late in the 9.3 development process. Actually, I think it was
> you who suggested that approach.
Yes, I realize that (and yes, I did). But is no code other than
pg_isready doing this? Not even the libpq URI test program?
--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Phil Sorber | 2013-02-04 15:25:18 | Re: [PATCH] Add PQconninfoParseParams and PQconninfodefaultsMerge to libpq |
| Previous Message | Phil Sorber | 2013-02-04 15:08:08 | Re: [PATCH] Add PQconninfoParseParams and PQconninfodefaultsMerge to libpq |