Re: retire MemoryContextResetAndDeleteChildren backwards compatibility macro
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Nathan Bossart <nathandbossart@gmail.com>
Cc: Amul Sul <sulamul@gmail.com>, pgsql-hackers@postgresql.org
Date: 2023-11-14T15:59:04Z
Lists: pgsql-hackers
Nathan Bossart <nathandbossart@gmail.com> writes: > On Tue, Nov 14, 2023 at 04:25:24PM +0530, Amul Sul wrote: >> Changes looks pretty much straight forward, but patch failed to apply on the >> latest master head(b41b1a7f490) at me. > Thanks for taking a look. Would you mind sharing the error(s) you are > seeing? The patch applies fine on cfbot and my machine, and check-world > continues to pass. It may be a question of the tool used to apply the patch. IME, "patch" is pretty forgiving, "git am" very much less so. regards, tom lane
Commits
-
Retire MemoryContextResetAndDeleteChildren() macro.
- 6a72c42fd5af 17.0 landed
-
Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection.
- 1833f1a1c3b0 10.0 cited
-
Redefine MemoryContextReset() as deleting, not resetting, child contexts.
- eaa5808e8ec4 9.5.0 cited
-
tuplestore_donestoring() isn't needed anymore, but provide a no-op
- dd04e958c8b0 7.4.1 cited