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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
