Re: pg_xlogdump

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_xlogdump
Дата
Msg-id 3435.1361897138@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg_xlogdump  (Andres Freund <andres@2ndquadrant.com>)
Ответы Re: pg_xlogdump  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Andres Freund <andres@2ndquadrant.com> writes:
> 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)
> else
> ...

Seems reasonable.  But let's not break the cases that do work.  One
of the functions of contrib/ is to serve as models/skeletons for
external modules.  If we pull out the "useless" PGXS support then we'll
just be making it that much harder to copy a contrib module and start
doing something useful.
        regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: pg_xlogdump
Следующее
От: Greg Stark
Дата:
Сообщение: Re: "COPY foo FROM STDOUT" and ecpg