pgsql: Avoid including postgres.h in frontend compiles of src/port.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Avoid including postgres.h in frontend compiles of src/port.
Дата
Msg-id E1PlQ9k-00032L-Co@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Avoid including postgres.h in frontend compiles of src/port.

This isn't kosher, and doesn't play nicely with my recent changes to the
Makefile in this directory.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=8201aea90c2b171808c65836fcce4f29b22a9dbb

Modified Files
--------------
src/port/dirent.c     |    5 +++++
src/port/pipe.c       |    4 ++++
src/port/win32error.c |    4 ++++
3 files changed, 13 insertions(+), 0 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Update ALTER TABLE docs to mention using VACUUM FULL for rewrite
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: In docs, move PQrequestCancel() deprecation mention up to match