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

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Move copydir() prototype into its own header file.
Date: 2010-11-12 21:43:19
Message-ID: E1PH1Ox-0008Vx-Ek@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message User Andrewd 2010-11-13 01:31:47 pgbuildfarm - client-code: First cut at a run all branches utility
Previous Message Tom Lane 2010-11-12 20:24:25 pgsql: Fix old oversight in const-simplification of COALESCE() expressi