missing time.h include in psql/command.c since the addition of \watch
Вложения
В списке pgsql-hackers по дате отправления:
| От | Andres Freund |
|---|---|
| Тема | missing time.h include in psql/command.c since the addition of \watch |
| Дата | |
| Msg-id | 20130424132743.GD4536@awork2.anarazel.de обсуждение |
| Ответы |
Re: missing time.h include in psql/command.c since the
addition of \watch
|
| Список | pgsql-hackers |
Hi, our internal testbuilds show a new warning on windows: src\bin\psql\command.c(2617): warning C4013: 'time' undefined; assuming extern returning int [C:\jenkins\workspace\andres_git.postgresql.org_windows\BT\release\SL_OS\windows\TA\x86\TO\xp\psql.vcxproj] src\bin\psql\command.c(2619): warning C4013: 'asctime' undefined; assuming extern returning int [C:\jenkins\workspace\andres_git.postgresql.org_windows\BT\release\SL_OS\windows\TA\x86\TO\xp\psql.vcxproj] src\bin\psql\command.c(2619): warning C4013: 'localtime' undefined; assuming extern returning int [C:\jenkins\workspace\andres_git.postgresql.org_windows\BT\release\SL_OS\windows\TA\x86\TO\xp\psql.vcxproj] Looking at command.c its neither surprising that we get that warning, nor that we don't get it on non-windows builds. Those get time.h via portability/instr_time.h. So it seems we should add a time.h include to command.c. Trivial patch for that attached. Not sure why that warning isn't visible on the buildfarm though... Greetings, Andres Freund -- Andres Freund http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера