Re: Cleaning up nbtree after logical decoding on standby work - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Cleaning up nbtree after logical decoding on standby work
Date
Msg-id 20230526085653.335teamdsktomn5e@alvherre.pgsql
Whole thread Raw
In response to Cleaning up nbtree after logical decoding on standby work  (Peter Geoghegan <pg@bowt.ie>)
Responses Re: Cleaning up nbtree after logical decoding on standby work
Re: Cleaning up nbtree after logical decoding on standby work
List 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 by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~?
Next
From: shveta malik
Date:
Subject: pg_get_indexdef() modification to use TxnSnapshot