pgsql: Try to fix busted gettimeofday() code.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Try to fix busted gettimeofday() code.
Дата
Msg-id E1YPIKU-0000VO-AE@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Try to fix busted gettimeofday() code.

Per buildfarm, we have to match the _stdcall property of the system
functions.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e9fd5545de3bb4efe163af4a9c957badac86ccd7

Modified Files
--------------
src/port/gettimeofday.c |    7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Use FLEXIBLE_ARRAY_MEMBER in Windows-specific code.
Следующее
От: Jeff Davis
Дата:
Сообщение: pgsql: In array_agg(), don't create a new context for every group.