Re: pgsql: Implement pg_wal_replay_wait() stored procedure - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: pgsql: Implement pg_wal_replay_wait() stored procedure
Date
Msg-id 8d60e621-e971-458e-9e20-f5902c8c852a@iki.fi
Whole thread Raw
In response to Re: pgsql: Implement pg_wal_replay_wait() stored procedure  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: pgsql: Implement pg_wal_replay_wait() stored procedure
Re: pgsql: Implement pg_wal_replay_wait() stored procedure
List pgsql-hackers
On 04/11/2024 17:53, Robert Haas wrote:
> On Mon, Nov 4, 2024 at 9:19 AM Alvaro Herrera <alvherre@alvh.no-ip.org> wrote:
>> It's looking to me like there's just too much cruft in the quest to
>> avoid having to reach consensus on new syntax.  This might be a mistake.
>> Is it possible to backtrack on that decision?
> 
> There's also the patch that Heikki posted to wait using a
> protocol-level facility.

It was Peter E

> Maybe that's just a better fit and we don't need either a procedure
> or new syntax.
I think it would still be good to expose the feature at SQL level too. 
Makes it easier to test and makes it usable without client library 
changes, for example.

-- 
Heikki Linnakangas
Neon (https://neon.tech)




pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: pgsql: Implement pg_wal_replay_wait() stored procedure
Next
From: Nathan Bossart
Date:
Subject: Re: Popcount optimization using AVX512