postgresql/contrib/pg_upgrade
Tom Lane 78a5e738e9 Prevent creation of postmaster's TCP socket during pg_upgrade testing.
On non-Windows machines, we use the Unix socket for connections to test
postmasters, so there is no need to create a TCP socket.  Furthermore,
doing so causes failures due to port conflicts if two builds are carried
out concurrently on one machine.  (If the builds are done in different
chroots, which is standard practice at least in Red Hat distros, there
is no risk of conflict on the Unix socket.)  Suppressing the TCP socket
by setting listen_addresses to empty has long been standard practice
for pg_regress, and pg_upgrade knows about this too ... but pg_upgrade's
test.sh didn't get the memo.

Back-patch to 9.2, and also sync the 9.2 version of the script with HEAD
as much as practical.
2013-01-03 18:34:51 -05:00
..
.gitignore pg_upgrade: Add new generated file to .gitignore 2012-03-20 20:40:31 +02:00
check.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
controldata.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
dump.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
exec.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
file.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
function.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
IMPLEMENTATION Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
info.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
Makefile Add pg_upgrade --jobs parameter 2012-12-26 19:26:30 -05:00
option.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
page.c Adjust a few pg_upgrade functions to return void. 2013-01-02 21:20:20 -05:00
parallel.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
pg_upgrade.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
pg_upgrade.h Adjust a few pg_upgrade functions to return void. 2013-01-02 21:20:20 -05:00
relfilenode.c Adjust a few pg_upgrade functions to return void. 2013-01-02 21:20:20 -05:00
server.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
tablespace.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
test.sh Prevent creation of postmaster's TCP socket during pg_upgrade testing. 2013-01-03 18:34:51 -05:00
TESTING Remove whitespace from end of lines 2012-05-15 22:19:41 +03:00
util.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
version_old_8_3.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
version.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00