pgsql: Allow bcc32 and win32 batch files to compile libpq. - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Allow bcc32 and win32 batch files to compile libpq.
Date
Msg-id E1R1O2p-00071L-J1@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Allow bcc32 and win32 batch files to compile libpq.

Backpatch to 9.1.

By Hiroshi Saito

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7b8e10f2bed1d450a9f9b211ae1b883227443912

Modified Files
--------------
src/interfaces/libpq/bcc32.mak |   14 ++++++++++++++
src/interfaces/libpq/win32.mak |   14 ++++++++++++++
2 files changed, 28 insertions(+), 0 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Allow bcc32 and win32 batch files to compile libpq.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix corner case bug in numeric to_char().