Re: [HACKERS] make async slave to wait for lsn to be replayed
От | Tom Lane |
---|---|
Тема | Re: [HACKERS] make async slave to wait for lsn to be replayed |
Дата | |
Msg-id | 2024.1586553430@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: [HACKERS] make async slave to wait for lsn to be replayed (Andres Freund <andres@anarazel.de>) |
Ответы |
Re: [HACKERS] make async slave to wait for lsn to be replayed
|
Список | pgsql-hackers |
Andres Freund <andres@anarazel.de> writes: > On 2020-04-10 16:29:39 -0400, Tom Lane wrote: >> Good point, but we could address that by making it a procedure no? > Probably. Don't think we have great infrastructure for builtin > procedures yet though? We'd presumably not want to use plpgsql. Don't think anyone's tried yet. It's not instantly clear that the amount of code needed would be more than comes along with new syntax, though. > ISTM that we can make it BEGIN AFTER 'xx/xx' or such, which'd not > require any keywords, it'd be easier to use than a procedure. I still don't see a good argument for tying this to BEGIN. If it has to be a statement, why not a standalone statement? (I also have a lurking suspicion that this shouldn't be SQL at all but part of the replication command set.) regards, tom lane
В списке pgsql-hackers по дате отправления: