pgsql: Use FLEXIBLE_ARRAY_MEMBER in Windows-specific code.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Use FLEXIBLE_ARRAY_MEMBER in Windows-specific code.
Дата
Msg-id E1YPHvi-00006u-V5@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Allow forcing nullness of columns during bootstrap.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Try to fix busted gettimeofday() code.