pgsql: Fix bugs in exec.c that prevented pg_upgrade working in Windows.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix bugs in exec.c that prevented pg_upgrade working in Windows.
Date: 2012-09-03 19:33:48
Message-ID: E1T8cP6-000736-69@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix bugs in exec.c that prevented pg_upgrade working in Windows.

Backpatch to 9.2 - code before that is quite different and should
not have these defects.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6259678f8f5443e9d396e20418448b247c6948dd

Modified Files
--------------
contrib/pg_upgrade/exec.c | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-09-03 19:39:45 pgsql: Replace memcpy() calls in xlog.c critical sections with struct a
Previous Message Andrew Dunstan 2012-09-03 19:33:38 pgsql: Fix bugs in exec.c that prevented pg_upgrade working in Windows.