mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
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.
This commit is contained in:
@ -259,7 +259,6 @@ copy_clog_xlog_xid(void)
|
||||
check_ok();
|
||||
|
||||
prep_status("Copying old commit clogs to new server");
|
||||
/* libpgport's copydir() doesn't work in FRONTEND code */
|
||||
#ifndef WIN32
|
||||
exec_prog(true, SYSTEMQUOTE "%s \"%s\" \"%s\"" SYSTEMQUOTE,
|
||||
"cp -Rf",
|
||||
|
Reference in New Issue
Block a user