pgsql: Move pipe.c into the backend.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Move pipe.c into the backend.
Дата
Msg-id E1PlSh9-0005HN-8M@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Move pipe.c into the backend.

It's full of backend-specific error reporting, so it's neither possible
nor necessary for this to be used from frontend code.

Branch
------
master

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

Modified Files
--------------
src/backend/port/Makefile |    4 ++
src/backend/port/pipe.c   |   95 +++++++++++++++++++++++++++++++++++++++++++
src/port/Makefile         |    4 --
src/port/pipe.c           |   99 ---------------------------------------------
4 files changed, 99 insertions(+), 103 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: In docs, move PQrequestCancel() deprecation mention up to match
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Clarify comment in ATRewriteTable().