Re: pg_upgrade del/rmdir path fix

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


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

Attachment Content-Type Size
pg_upgrade_fix_path.patch text/x-patch 3.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2012-09-03 19:05:00 Re: 9.2 pg_upgrade regression tests on WIndows
Previous Message Magnus Hagander 2012-09-03 18:55:52 Re: Proof of concept: standalone backend with full FE/BE protocol