Re: Add support for AT LOCAL - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: Add support for AT LOCAL
Date
Msg-id F4DEB3EA-260A-4B50-94E0-D7F9D94C5918@yesql.se
Whole thread Raw
In response to Add support for AT LOCAL  (Vik Fearing <vik@postgresfriends.org>)
Responses Re: Add support for AT LOCAL  (Vik Fearing <vik@postgresfriends.org>)
List 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


Attachment

pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Track Oldest Initialized WAL Buffer Page
Next
From: Tomas Vondra
Date:
Subject: Is a pg_stat_force_next_flush() call sufficient for regression tests?