pgsql: I had always wondered why pg_config.h.win32 claimed that Windows

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: I had always wondered why pg_config.h.win32 claimed that Windows
Date: 2009-04-05 04:09:01
Message-ID: 20090405040901.9E184754ADE@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-04-05 04:19:59 pgsql: Remove a boatload of useless definitions of 'int optreset'.
Previous Message Tom Lane 2009-04-05 00:40:35 pgsql: Remove contrib/intarray's definitions of the <@ and @> operators,