pgsql: Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF
Date: 2006-11-21 23:26:47
Message-ID: 20061121232647.8DA1C9FA0C0@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF in
some of the Windows-only makefiles; the correct place to assert these
things is pg_config.h.win32. Per bug #2677.

Modified Files:
--------------
pgsql/src/bin/pg_config:
win32.mak (r1.7 -> r1.8)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_config/win32.mak.diff?r1=1.7&r2=1.8)
pgsql/src/bin/pg_dump:
win32.mak (r1.4 -> r1.5)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/win32.mak.diff?r1=1.4&r2=1.5)
pgsql/src/bin/psql:
bcc32.mak (r1.15 -> r1.16)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/bcc32.mak.diff?r1=1.15&r2=1.16)
win32.mak (r1.33 -> r1.34)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/win32.mak.diff?r1=1.33&r2=1.34)
pgsql/src/include:
pg_config.h.win32 (r1.35 -> r1.36)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/pg_config.h.win32.diff?r1=1.35&r2=1.36)
pgsql/src/interfaces/libpq:
bcc32.mak (r1.24 -> r1.25)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/bcc32.mak.diff?r1=1.24&r2=1.25)
win32.mak (r1.41 -> r1.42)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/win32.mak.diff?r1=1.41&r2=1.42)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-11-22 03:44:53 pgsql: Add mention of shared-memory/disk for multi-master clustering.
Previous Message Tom Lane 2006-11-21 23:11:55 pgsql: Translate Windows' GMT Standard Time/GMT Daylight Time zones to