Re: pg_xlogdump - Mailing list pgsql-hackers

From Andres Freund
Subject Re: pg_xlogdump
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: pg_xlogdump  (Tom Lane <[email protected]>)
Responses Re: pg_xlogdump
List pgsql-hackers
On 2013-02-26 11:33:48 -0500, Tom Lane wrote:
> [ Sigh... ]  Why this eagerness to fix what isn't broken?

Well, it is broken for xlogdump because it needs a sourcetree arround.

All I personally really want to do is to replace the usual stanza for
pg_xlogdump with something like:

ifdef USE_PGXS
$(error Building pg_xlogdump with PGXS is not supported)
include $(PGXS)
else
...

Greetings,

Andres Freund

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



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: "COPY foo FROM STDOUT" and ecpg
Next
From: Tom Lane
Date:
Subject: Re: pg_xlogdump