pgsql: Move copydir() prototype into its own header file.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Move copydir() prototype into its own header file.
Дата
Msg-id E1PH1Ox-0008Vx-Ek@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Move copydir() prototype into its own header file.

Having this in src/include/port.h makes no sense, now that copydir.c lives
in src/backend/strorage rather than src/port.  Along the way, remove an
obsolete comment from contrib/pg_upgrade that makes reference to the old
location.

Branch
------
master

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

Modified Files
--------------
contrib/pg_upgrade/pg_upgrade.c    |    1 -
src/backend/commands/dbcommands.c  |    1 +
src/backend/storage/file/copydir.c |    1 +
src/include/port.h                 |    2 --
src/include/storage/copydir.h      |   18 ++++++++++++++++++
5 files changed, 20 insertions(+), 3 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix old oversight in const-simplification of COALESCE() expressi
Следующее
От: andrewd@pgfoundry.org (User Andrewd)
Дата:
Сообщение: pgbuildfarm - client-code: First cut at a run all branches utility