pgsql: pg_upgrade: fix parallel/-j crash on Windows

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_upgrade: fix parallel/-j crash on Windows
Date: 2013-07-24 14:01:23
Message-ID: E1V1zd5-0004un-CA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2013-07-24 17:15:54 pgsql: pg_upgrade: more Windows parallel/-j fixes
Previous Message Tom Lane 2013-07-24 04:45:45 pgsql: Fix booltestsel() for case where we have NULL stats but not MCV