pgsql: Set FLEXIBLE_ARRAY_MEMBER to empty for MSVC.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Set FLEXIBLE_ARRAY_MEMBER to empty for MSVC.
Date: 2011-06-17 22:24:28
Message-ID: E1QXhSm-0005OO-Ky@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Set FLEXIBLE_ARRAY_MEMBER to empty for MSVC.

Per gripe from Tom Lane. I have tested this with VC 2008, and assume
it will work with earlier versions.

Branch
------
master

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

Modified Files
--------------
src/include/pg_config.h.win32 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-06-17 23:14:02 pgsql: Don't use "cp -i" in the example WAL archive_command.
Previous Message Tom Lane 2011-06-17 22:19:56 pgsql: Obtain table locks as soon as practical during pg_dump.