pgsql: Set FLEXIBLE_ARRAY_MEMBER to empty for MSVC. - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Set FLEXIBLE_ARRAY_MEMBER to empty for MSVC.
Date
Msg-id E1QXhSm-0005OO-Ky@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Obtain table locks as soon as practical during pg_dump.
Next
From: Tom Lane
Date:
Subject: pgsql: Don't use "cp -i" in the example WAL archive_command.