pgsql: Use FLEXIBLE_ARRAY_MEMBER in Windows-specific code. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Use FLEXIBLE_ARRAY_MEMBER in Windows-specific code.
Date
Msg-id E1YPHvi-00006u-V5@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Allow forcing nullness of columns during bootstrap.
Next
From: Tom Lane
Date:
Subject: pgsql: Try to fix busted gettimeofday() code.