pgsql: Remove broken PGXS code for pg_xlogdump

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove broken PGXS code for pg_xlogdump
Date: 2013-10-01 21:00:43
Message-ID: E1VR73j-0000B8-7S@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove broken PGXS code for pg_xlogdump

With the PGXS boilerplate in place, pg_xlogdump currently fails with an
ominous error message that certain targets cannot be built because
certain files do not exist. Remove that and instead throw a quick error
message alerting the user of the actual problem, which should be easier
to diagnose that the statu quo.

Andres Freund

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/ecce2618a9c8aba46272d77412dfe02a9224ea69

Modified Files
--------------
contrib/pg_xlogdump/Makefile | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2013-10-01 21:04:45 Re: pgsql: Add WaitForLockers in lmgr, refactoring index.c code
Previous Message Andres Freund 2013-10-01 20:46:12 Re: SSL renegotiation