Re: [COMMITTERS] pgsql: Define FLEXIBLE_ARRAY_MEMBER for MSVC.

2011-06-17 Thread Andrew Dunstan
On 06/17/2011 05:40 PM, Tom Lane wrote: Andrew Dunstan writes: Define FLEXIBLE_ARRAY_MEMBER for MSVC. I just noticed that you set the value to 1 not empty. Surely MSVC is modern enough to have this feature? Maybe. I'll check. cheers andrew -- Sent via pgsql-com

Re: [COMMITTERS] pgsql: Define FLEXIBLE_ARRAY_MEMBER for MSVC.

2011-06-17 Thread Tom Lane
Andrew Dunstan writes: > Define FLEXIBLE_ARRAY_MEMBER for MSVC. I just noticed that you set the value to 1 not empty. Surely MSVC is modern enough to have this feature? regards, tom lane -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make

[COMMITTERS] pgsql: Define FLEXIBLE_ARRAY_MEMBER for MSVC.

2011-06-16 Thread Andrew Dunstan
Define FLEXIBLE_ARRAY_MEMBER for MSVC. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/236a11dc65906cc200bce4e6db26d20b299cd1b0 Modified Files -- src/include/pg_config.h.win32 |9 + 1 files changed, 9 insertions(+), 0 deletions(-) -- Sent vi