pg_upgrade del/rmdir path fix

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: pg_upgrade del/rmdir path fix
Date: 2012-09-03 18:30:18
Message-ID: 5044F73A.50002@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here is a patch against 9.2 sources (it applies with offsets to HEAD
too) to fix the problem that pg_upgrade can write paths in arguments for
Windows builtin commands (specifically DEL and RMDIR) with the wrong
path separator style. This should be applied all the way back to 9.0.

cheers

andrew

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2012-09-03 18:51:36 Re: Proof of concept: standalone backend with full FE/BE protocol
Previous Message Kevin Grittner 2012-09-03 18:28:49 Multiple setup steps for isolation tests