Commit Graph

32 Commits (REL9_1_STABLE)

Author SHA1 Message Date
Bruce Momjian c36064e438 pg_upgrade: fix CopyFile() on Windows to fail on file existence 10 years ago
Bruce Momjian bdcbc2b471 pg_upgrade: properly detect file copy failure on Windows 10 years ago
Bruce Momjian d73cc5857f Properly check for readdir/closedir() failures 12 years ago
Bruce Momjian 663e27c405 Fix pg_upgrade's pg_scandir_internal() the right way. Backpatch to 9.1. 14 years ago
Bruce Momjian 379aa2f5a4 Fix pg_upgrade's pg_scandir_internal() to properly handle a NULL 14 years ago
Peter Eisentraut 469345e1e3 Fix use of unportable %m format 15 years ago
Bruce Momjian 5c5f83507c Adjust pg_upgrade FATAL error messages to have consistent newlines. 15 years ago
Bruce Momjian f6322b3191 In pg_upgrade, only compile copy_file() on non-Win32 systems. 15 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 15 years ago
Bruce Momjian 898a14e1a0 Remove unused copy_dir() function from pg_upgrade. 15 years ago
Bruce Momjian d367d41d66 Fix file descriptor leaks in pg_upgrade in failure code paths. 15 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Tom Lane 3864afa1d1 Clean up some copied-and-pasted code in pg_upgrade. 15 years ago
Bruce Momjian 07456b45e6 Pgindent run on pg_upgrade source after restructuring. 15 years ago
Bruce Momjian e13f7e9a71 Restructure the pg_upgrade code to use several global structures rather 15 years ago
Bruce Momjian a1bb570de9 Fix leak patch that was using fclose() instead of close(). 15 years ago
Bruce Momjian f175884520 Properly close files after read file failure to prevent potential 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Bruce Momjian a0d7c5f689 Properly report errno/out-of-disk-space error from pg_upgrade when in 16 years ago
Bruce Momjian 239d769e7e pgindent run for 9.0, second run 16 years ago
Bruce Momjian da254e3d16 Make pg_upgrade copyrights just 2010, not 2010-2010. 16 years ago
Bruce Momjian de255a6eb1 Add copyrights to pg_upgrade and pg_upgrade_tools files, per Tom. 16 years ago
Bruce Momjian ccbe0c14e6 Add CVS tags to pg_upgrade and pg_upgrade_support files, per request 16 years ago
Tom Lane 600fc1dc9d Get rid of some more stuff that duplicates c.h or port.h. 16 years ago
Bruce Momjian 5c337fb45c Adjust pg_upgrade BSD defines for scandir(), per report from Giles Lean 16 years ago
Bruce Momjian 5781d96dc3 Change bsdi define to __bsdi__ 16 years ago
Tom Lane adf6b8edfb Spell __darwin__ correctly, to suppress compiler warning on OSX. 16 years ago
Bruce Momjian e9ad14f9f4 Use NAMEDATALEN instead of local define. 16 years ago
Bruce Momjian 36d3afd2d4 Remove all mentions of EnterpriseDB Advanced Server from pg_upgrade; 16 years ago
Tom Lane 382ff21203 Fix up lame idea of not using autoconf to determine if platform has scandir(). 16 years ago
Tom Lane c9c25a982c Clean up unnecessary unportability and compiler warnings by removing the 16 years ago
Bruce Momjian c2e9b2f288 Add pg_upgrade to /contrib; will be in 9.0 beta2. 16 years ago