Re: pgsql: Move interrupt-handling code into subroutines.
В списке pgsql-committers по дате отправления:
| От | Andrew Gierth |
|---|---|
| Тема | Re: pgsql: Move interrupt-handling code into subroutines. |
| Дата | |
| Msg-id | 8736diaj98.fsf@news-spur.riddles.org.uk обсуждение |
| Ответ на | pgsql: Move interrupt-handling code into subroutines. (Robert Haas <rhaas@postgresql.org>) |
| Ответы |
Re: pgsql: Move interrupt-handling code into subroutines.
|
| Список | pgsql-committers |
>>>>> "Robert" == Robert Haas <rhaas@postgresql.org> writes: Robert> Move interrupt-handling code into subroutines. This is eliciting compiler warnings from gcc, which apparently doesn't count "static void foo();" as being a prototype (quite reasonably, since it's not). Needs this fix (in autovacuum.c and checkpointer.c): -static void AutoVacLauncherShutdown() pg_attribute_noreturn(); +static void AutoVacLauncherShutdown(void) pg_attribute_noreturn(); -static void HandleCheckpointerInterrupts(); +static void HandleCheckpointerInterrupts(void); -- Andrew (irc:RhodiumToad)
В списке pgsql-committers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера