pgsql: pg_upgrade: fix parallel/-j crash on Windows - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: pg_upgrade: fix parallel/-j crash on Windows
Date
Msg-id E1V1zd5-0004un-CA@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_upgrade: fix parallel/-j crash on Windows
This fixes the problem of passing the wrong function pointer when doing
parallel copy/link operations on Windows.
Backpatched to 9.3beta.
Found and patch supplied by Andrew Dunstan

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/38afb907afccb4fac10f367a77c421172c04685d

Modified Files
--------------
contrib/pg_upgrade/parallel.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: pg_upgrade: fix parallel/-j crash on Windows
Next
From: Bruce Momjian
Date:
Subject: pgsql: pg_upgrade: more Windows parallel/-j fixes