Re: yet another .exe path fix

Lists: pgsql-patches
From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>
Subject: yet another .exe path fix
Date: 2004-11-06 03:39:32
Message-ID: 418C4774.3070201@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-patches


The "adjustments" made to my previous patch to remove a trailing .exe
from get_progname()'s result broke it. The attached patch, which I have
tested, fixes the breakage.

cheers

andrew

Attachment Content-Type Size
pathexe.patch text/x-patch 1.3 KB

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: yet another .exe path fix
Date: 2004-11-06 04:24:49
Message-ID: 25765.1099715089@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-patches

Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> The "adjustments" made to my previous patch to remove a trailing .exe
> from get_progname()'s result broke it. The attached patch, which I have
> tested, fixes the breakage.

Applied.

regards, tom lane