pgsql: Avoid MSVC breakage caused by my previous commit by not using a - Mailing list pgsql-committers

From alvherre@postgresql.org (Alvaro Herrera)
Subject pgsql: Avoid MSVC breakage caused by my previous commit by not using a
Date
Msg-id 20090307020922.B477F755AA5@cvs.postgresql.org
Whole thread Raw
Responses Re: pgsql: Avoid MSVC breakage caused by my previous commit by not using a  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Separate the key word list that lived in keywords.c into a new
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Avoid MSVC breakage caused by my previous commit by not using a