pgsql: Move copydir() prototype into its own header file. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Move copydir() prototype into its own header file.
Date
Msg-id E1PH1Ox-0008Vx-Ek@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix old oversight in const-simplification of COALESCE() expressi
Next
From: andrewd@pgfoundry.org (User Andrewd)
Date:
Subject: pgbuildfarm - client-code: First cut at a run all branches utility