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

From andres@anarazel.de (Andres Freund)
Subject Re: Useless "Replica Identity: NOTHING" noise from psql \d
Date
Msg-id 20140405111206.GC13431@awork2.anarazel.de
Whole thread Raw
In response to Re: Useless "Replica Identity: NOTHING" noise from psql \d  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: Useless "Replica Identity: NOTHING" noise from psql \d  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On 2014-04-03 14:49:54 -0400, Andrew Dunstan wrote:
> I've been kind of hoping that someone would step up on both these items, but
> the trail seems to have gone cold.
> 
> I'm going to put out the new buildfarm release with the new module to run
> test_decoding check. But of course It won't have MSVC support.
> 
> These can go on my long TOO list unless someone else gets there first.

So, I was thinking on how we can improve this situation. There's
basically one bigger remaining problem besides make check vs. make
installcheck:
Currently contrib modules can't easily run isolationtester in a general
fashion. That's why test_decoding's Makefile has to rig that all
itself. How about simply improving the contrib support to recognize
tests in ISOLATION_REGRESS in addition to the current REGRESS? Then we
can "simply" train vcregress.pl to pick them up generally, without
special support for test_decoding.

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



pgsql-hackers by date:

Previous
From: Emre Hasegeli
Date:
Subject: Re: GiST support for inet datatypes
Next
From: Andres Freund
Date:
Subject: Re: Windows exit code 128 ... it's baaack