Re: pg_upgrade del/rmdir path fix
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2012-09-03T18:57:08Z
Lists: pgsql-hackers
Attachments
- pg_upgrade_fix_path.patch (text/x-patch) patch
On 09/03/2012 02:30 PM, Andrew Dunstan wrote: > 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. > This time with a patch. cheers andrew