pgsql: Move tar function headers to pgtar.h

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Move tar function headers to pgtar.h
Дата
Msg-id E1TqU8F-0005Aj-NB@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Move tar function headers to pgtar.h

This makes it possible to include them only where they are used, so
we can avoid the conflict of the uid_t and gid_t datatypes that happened
in plperl (since plperl doesn't need the tar functions)

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/794397ae1d1c6d33d11a9b0951a420c2082bcd6c

Modified Files
--------------
src/backend/replication/basebackup.c |    1 +
src/bin/pg_dump/pg_backup_tar.c      |    1 +
src/include/pgtar.h                  |   15 +++++++++++++++
src/include/port.h                   |    4 ----
src/port/tar.c                       |    1 +
5 files changed, 18 insertions(+), 4 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Make sure MaxBackends is always set
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: pgsql: Unify some tar functionality across different parts