pgsql: Attempt to fix MSVC builds and other fls-related breakage.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Attempt to fix MSVC builds and other fls-related breakage.
Date: 2012-02-09 17:40:12
Message-ID: E1RvXye-0002pv-1Q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Attempt to fix MSVC builds and other fls-related breakage.

Thanks to Andrew Dunstan for bringing this to my attention.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/dd7c84185c160bb0d95bd265182f24f1f6c21924

Modified Files
--------------
src/port/Makefile | 2 +-
src/tools/msvc/Mkvcbuild.pm | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-02-09 18:20:56 pgsql: psql: Support zero byte field and record separators
Previous Message Robert Haas 2012-02-09 17:24:46 pgsql: Add a comment to AdjustIntervalForTypmod to reduce chance of fut