pgsql: Teach the makefile used to build stand-alone libpq on Windows th - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Teach the makefile used to build stand-alone libpq on Windows th
Date
Msg-id E1R3qwI-0008Sp-VV@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Teach the makefile used to build stand-alone libpq on Windows that libpq
needs win32setlocale.c now. The cygwin and MSVC build scripts were changed
earlier, but this was neglected. This should fix bug report #6203 by Steve.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/09e98a3e170ecdeb25a0e1afe81bdbeeeaf21f48

Modified Files
--------------
src/interfaces/libpq/win32.mak |   11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Teach the makefile used to build stand-alone libpq on Windows th
Next
From: Tom Lane
Date:
Subject: pgsql: gistendscan() forgot to free so->giststate.