pgsql: Use FLEXIBLE_ARRAY_MEMBER in Windows-specific code.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use FLEXIBLE_ARRAY_MEMBER in Windows-specific code.
Date: 2015-02-21 21:49:42
Message-ID: E1YPHvi-00006u-V5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use FLEXIBLE_ARRAY_MEMBER in Windows-specific code.

Be a tad more paranoid about overlength input, too.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/332f02f88beead6365bc2126c95451520bbfe163

Modified Files
--------------
src/port/dirmod.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-02-21 22:15:18 pgsql: Try to fix busted gettimeofday() code.
Previous Message Andres Freund 2015-02-21 21:37:26 pgsql: Allow forcing nullness of columns during bootstrap.