*** pgsql/contrib/pg_upgrade/file.c 2010/05/13 22:51:00 1.4 --- pgsql/contrib/pg_upgrade/file.c 2010/05/14 00:13:38 1.5 *************** *** 13,24 **** #include #endif - #ifndef WIN32 - char pathSeparator = '/'; - #else - char pathSeparator = '\\'; - #endif - static int copy_file(const char *fromfile, const char *tofile, bool force); --- 13,18 ----