Re: Useless "Replica Identity: NOTHING" noise from psql \d - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Useless "Replica Identity: NOTHING" noise from psql \d
Date
Msg-id 53347625.4020303@dunslane.net
Whole thread Raw
In response to Re: Useless "Replica Identity: NOTHING" noise from psql \d  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: Useless "Replica Identity: NOTHING" noise from psql \d  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 03/27/2014 11:56 AM, Alvaro Herrera wrote:

> Also, there's the vcregress.pl business.  The way it essentially
> duplicates pg_upgrade/test.sh is rather messy; and now that
> test_decoding also needs similar treatment, it's not looking so good.
> Should we consider redoing that stuff in a way that allows both MSVC and
> make-based systems to run those tests?
>

Well, to start with people need to get out of the habit of writing tests 
in shell script. I know it's hard, we've only had the Windows port for 9 
years or so, so it takes a bit of getting used to ...

cheers

andrew



pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: psql \d+ and oid display
Next
From: Peter Geoghegan
Date:
Subject: Doing better at HINTing an appropriate column within errorMissingColumn()