Re: Cleaning up nbtree after logical decoding on standby work

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Cleaning up nbtree after logical decoding on standby work
Дата
Msg-id 20230526085653.335teamdsktomn5e@alvherre.pgsql
обсуждение исходный текст
Ответ на Cleaning up nbtree after logical decoding on standby work  (Peter Geoghegan <pg@bowt.ie>)
Ответы Re: Cleaning up nbtree after logical decoding on standby work  (Peter Geoghegan <pg@bowt.ie>)
Re: Cleaning up nbtree after logical decoding on standby work  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
On 2023-May-25, Peter Geoghegan wrote:

> Attached patch completely removes the changes to _bt_getbuf()'s
> signature from 61b313e4.

I suppose you're not thinking of applying this to current master, but
instead just leave it for when pg17 opens, right?  I mean, clearly it
seems far too invasive to put it in after beta1.  On the other hand,
it's painful to know that we're going to have code that exists only on
16 and not any other release, in an area that's likely to have bugs here
and there, so we're going to need to heavily adjust backpatches for 16
especially.

I can't make up my mind about this.  What do others think?

-- 
Álvaro Herrera         PostgreSQL Developer  —  https://www.EnterpriseDB.com/
"La primera ley de las demostraciones en vivo es: no trate de usar el sistema.
Escriba un guión que no toque nada para no causar daños." (Jakob Nielsen)



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

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~?
Следующее
От: shveta malik
Дата:
Сообщение: pg_get_indexdef() modification to use TxnSnapshot