pgsql: I had always wondered why pg_config.h.win32 claimed that Windows - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: I had always wondered why pg_config.h.win32 claimed that Windows
Date
Msg-id 20090405040901.9E184754ADE@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
I had always wondered why pg_config.h.win32 claimed that Windows
provides optreset.  Current mastodon results prove that in fact it
does not; it was only because getopt.c defined the variable anyway
that things failed to fall over.

Modified Files:
--------------
    pgsql/src/include:
        pg_config.h.win32 (r1.56 -> r1.57)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/pg_config.h.win32?r1=1.56&r2=1.57)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Remove contrib/intarray's definitions of the <@ and @> operators,
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Remove a boatload of useless definitions of 'int optreset'.