Re: Add support for AT LOCAL

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: Add support for AT LOCAL
Дата
Msg-id F4DEB3EA-260A-4B50-94E0-D7F9D94C5918@yesql.se
обсуждение исходный текст
Ответ на Add support for AT LOCAL  (Vik Fearing <vik@postgresfriends.org>)
Ответы Re: Add support for AT LOCAL  (Vik Fearing <vik@postgresfriends.org>)
Список pgsql-hackers
> On 6 Jun 2023, at 05:13, Vik Fearing <vik@postgresfriends.org> wrote:

> Patch against 3f1aaaa180 attached.

This patch fails to compile, the declaration of variables in the switch block
needs to be scoped within a { } block.  I've fixed this trivial error in the
attached v2 and also reflowed the comments which now no longer fit.

--
Daniel Gustafsson


Вложения

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Track Oldest Initialized WAL Buffer Page
Следующее
От: Tomas Vondra
Дата:
Сообщение: Is a pg_stat_force_next_flush() call sufficient for regression tests?