pgsql: Remove broken PGXS code for pg_xlogdump

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Remove broken PGXS code for pg_xlogdump
Дата
Msg-id E1VR73j-0000B3-55@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
master

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

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


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Add missing condition for pg_depend in hstore migration script.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Add WaitForLockers in lmgr, refactoring index.c code