postgresql/contrib/pg_upgrade
Magnus Hagander 2b61b3e507 Assorted fixes to make pg_upgrade build on MSVC.
* There is no chmod() on Windows.
* Must always use the 3-parameter version of open()
* There is no dynloader.h - but it also appears unnecessary on all platforms
* Don't include shlobj.h because it causes compile errors, and from what I can
  see it's not actually used. This may need to be added back for mingw
  and/or cygwin in the worst case.
2010-05-13 15:58:15 +00:00
..
check.c Assorted fixes to make pg_upgrade build on MSVC. 2010-05-13 15:58:15 +00:00
controldata.c Add pg_upgrade to /contrib; will be in 9.0 beta2. 2010-05-12 02:19:11 +00:00
dump.c Add pg_upgrade to /contrib; will be in 9.0 beta2. 2010-05-12 02:19:11 +00:00
exec.c Assorted fixes to make pg_upgrade build on MSVC. 2010-05-13 15:58:15 +00:00
file.c Clean up unnecessary unportability and compiler warnings by removing the 2010-05-12 16:50:00 +00:00
function.c Move pg_upgrade shared library out into its own /contrib directory 2010-05-13 01:03:01 +00:00
IMPLEMENTATION Add pg_upgrade IMPLEMENTATION file to CVS. 2010-05-12 02:24:43 +00:00
info.c Small formatting adjustment. 2010-05-12 11:07:24 +00:00
Makefile Move pg_upgrade shared library out into its own /contrib directory 2010-05-13 01:03:01 +00:00
option.c Add pg_upgrade to /contrib; will be in 9.0 beta2. 2010-05-12 02:19:11 +00:00
page.c Assorted fixes to make pg_upgrade build on MSVC. 2010-05-13 15:58:15 +00:00
pg_upgrade.c Add pg_upgrade to /contrib; will be in 9.0 beta2. 2010-05-12 02:19:11 +00:00
pg_upgrade.h Assorted fixes to make pg_upgrade build on MSVC. 2010-05-13 15:58:15 +00:00
relfilenode.c Clean up unnecessary unportability and compiler warnings by removing the 2010-05-12 16:50:00 +00:00
server.c Add pg_upgrade to /contrib; will be in 9.0 beta2. 2010-05-12 02:19:11 +00:00
tablespace.c Add pg_upgrade to /contrib; will be in 9.0 beta2. 2010-05-12 02:19:11 +00:00
util.c Add pg_upgrade to /contrib; will be in 9.0 beta2. 2010-05-12 02:19:11 +00:00
version_old_8_3.c Add pg_upgrade to /contrib; will be in 9.0 beta2. 2010-05-12 02:19:11 +00:00
version.c Add pg_upgrade to /contrib; will be in 9.0 beta2. 2010-05-12 02:19:11 +00:00