Re: Add const to values and nulls arguments
Aleksander Alekseev <aleksander@timescale.com>
From: Aleksander Alekseev <aleksander@timescale.com>
To: Peter Eisentraut <peter@eisentraut.org>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2023-10-10T09:14:26Z
Lists: pgsql-hackers
Hi, > >> The 0002 patch, which I'm not proposing to commit at this time, makes > >> similar changes but in a way that breaks the table and index AM APIs. > >> So I'm just including that here in case anyone wonders, why didn't you > >> touch those. And also maybe if we ever change that API incompatibly we > >> could throw this one in then. > > > > 0001 looks good to me and passes the tests in several environments, > > not surprisingly. Let's merge it. > > done Great. FWIW changing the index AM API in this particular aspect doesn't strike me as such a terrible idea. -- Best regards, Aleksander Alekseev
Commits
-
Add const to values and nulls arguments
- 1d91d24d9a83 17.0 landed