postgresql/contrib/pg_upgrade
Bruce Momjian 9340fb80b1 In pg_upgrade, properly handle oids > 2^31 by using strtoul() internally
rather than atol().

Per report from Brian Hirt
2010-09-28 21:41:03 +00:00
..
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
check.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
controldata.c In pg_upgrade, properly handle oids > 2^31 by using strtoul() internally 2010-09-28 21:41:03 +00:00
dump.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
exec.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
file.c Fix leak patch that was using fclose() instead of close(). 2010-09-28 21:27:32 +00:00
function.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
IMPLEMENTATION Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
info.c In pg_upgrade, properly handle oids > 2^31 by using strtoul() internally 2010-09-28 21:41:03 +00:00
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
option.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
page.c Properly close files after read file failure to prevent potential 2010-09-28 19:28:34 +00:00
pg_upgrade.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
pg_upgrade.h In pg_upgrade, properly handle oids > 2^31 by using strtoul() internally 2010-09-28 21:41:03 +00:00
relfilenode.c In pg_upgrade, properly handle oids > 2^31 by using strtoul() internally 2010-09-28 21:41:03 +00:00
server.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
tablespace.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
TESTING Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
util.c In pg_upgrade, properly handle oids > 2^31 by using strtoul() internally 2010-09-28 21:41:03 +00:00
version_old_8_3.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
version.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00