Win32 VERSIONINFO fix

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "PostgreSQL-patches" <pgsql-patches(at)postgresql(dot)org>
Subject: Win32 VERSIONINFO fix
Date: 2004-10-06 14:15:15
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E4306981@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Unfortunately some re-jigging of Magnus' Win32 version patch broke the
build by introducing some un-escaped double quotes into sed commands.
The attached patch escapes those quotes without removing the re-jigging
that was done.

Regards, Dave.

Attachment Content-Type Size
filedesc.diff application/octet-stream 8.4 KB

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-10-06 14:20:15 Re: pg_dumpall bug in PG 8.0b3 Win32 port
Previous Message Dave Page 2004-10-06 13:41:15 Win32 libpq/ssl fix