Re: WIP: URI connection string support for libpq

Alex Shulgin <ash@commandprompt.com>

From: Alexander Shulgin <ash@commandprompt.com>
To: Peter Eisentraut <peter_e@gmx.net>
Cc: Greg Smith <greg@2ndquadrant.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2012-03-07T19:16:28Z
Lists: pgsql-hackers
On 03/07/2012 08:03 PM, Peter Eisentraut wrote:
>
> On ons, 2012-03-07 at 18:31 +0200, Alex Shulgin wrote:
>> I figured that adding this right into src/interfaces/libpq is
>> polluting the source dir, so I've used src/test instead.
>
> I would prefer src/interfaces/libpq/test, to keep it close to the code.

Hm, actually that makes more sense and is not unprecedented (I see ecpg 
has it's own 'test' subdir.)  Apparently I was under false impression 
that all regression tests are concentrated under $(topdir)/src/test.

I'll post an updated patch shortly (unless someone like to argue to keep 
the tests where they are now.)