pgsql: This patch is required for vcbuild to work after the changes to

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: This patch is required for vcbuild to work after the changes to
Date: 2007-01-23 15:44:11
Message-ID: 20070123154411.987D69FB5C0@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
This patch is required for vcbuild to work after the changes to
pg_proc.h (it's the same changes that's in gen_fmgrtab.sh in the unix
build).

Patch from Magnus Hagander.

Modified Files:
--------------
pgsql/src/tools/msvc:
Solution.pm (r1.6 -> r1.7)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Solution.pm.diff?r1=1.6&r2=1.7)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-01-23 16:21:17 pgsql: Add comment about exception lists in both winnt.h and ntstatus.h.
Previous Message Tom Lane 2007-01-23 05:07:18 pgsql: Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON