pgsql: Avoid MSVC breakage caused by my previous commit by not using a

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Avoid MSVC breakage caused by my previous commit by not using a
Date: 2009-03-07 02:09:22
Message-ID: 20090307020922.B477F755AA5@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Log Message:
-----------
Avoid MSVC breakage caused by my previous commit by not using a variable in
the src/bin/scripts Makefile.

Modified Files:
--------------
pgsql/src/bin/scripts:
Makefile (r1.41 -> r1.42)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/scripts/Makefile?r1=1.41&r2=1.42)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-03-07 16:35:03 Re: pgsql: Avoid MSVC breakage caused by my previous commit by not using a
Previous Message Alvaro Herrera 2009-03-07 00:13:58 pgsql: Separate the key word list that lived in keywords.c into a new

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Gierth 2009-03-07 02:17:36 NOT NULL constraint vs. composite type (vs. plpgsql)
Previous Message Josh Berkus 2009-03-07 01:44:35 Re: Out parameters handling