]> granicus.if.org Git - postgresql/commit
Move copydir() prototype into its own header file.
authorRobert Haas <rhaas@postgresql.org>
Fri, 12 Nov 2010 21:39:53 +0000 (16:39 -0500)
committerRobert Haas <rhaas@postgresql.org>
Fri, 12 Nov 2010 21:39:53 +0000 (16:39 -0500)
commit11e482c350c431fb2f51c6ceb847e5e31ea38911
treea0ef983083f4b67a2061b9e5eb86ff7968ba10bc
parentd7304244e26b92d533f7e44f0afbcf1ff2f46286
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.
contrib/pg_upgrade/pg_upgrade.c
src/backend/commands/dbcommands.c
src/backend/storage/file/copydir.c
src/include/port.h
src/include/storage/copydir.h [new file with mode: 0644]