Avoid leaks into TopMemoryContext after CommitTransactionCommand

Edit
ID 5049
Title Avoid leaks into TopMemoryContext after CommitTransactionCommand
Topic Bug Fixes
Created 2024-06-18 19:49:37
Last modified 2024-07-01 16:21:49 (4 months, 2 weeks ago)
Latest email 2024-06-18 20:48:18 (5 months ago)
Status
2024-07: Committed
Target version
Authors Tom Lane (tgl)
Reviewers Become reviewer
Committer Tom Lane (tgl)
Links CFbot results (CirrusCI) CFbot GitHub
Checkout latest CFbot patchset Go to your local checkout of the PostgreSQL repository and run:
git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
git fetch commitfest cf/5049
git checkout commitfest/cf/5049
Emails
Xact end leaves CurrentMemoryContext = TopMemoryContext
First at 2024-06-17 20:37:05 by Tom Lane <tgl at sss.pgh.pa.us>
Latest at 2024-06-18 20:48:18 by Tom Lane <tgl at sss.pgh.pa.us>
Latest attachment (0001-restore-pre-xact-context-HEAD.patch) at 2024-06-18 19:28:03 from Tom Lane <tgl at sss.pgh.pa.us>
    Attachment (0001-restore-pre-xact-context-HEAD.patch) at 2024-06-18 19:28:03 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
History
When Who What
2024-07-01 16:21:49 Tom Lane (tgl) Closed in commitfest 2024-07 with status: Committed
2024-07-01 16:21:49 Tom Lane (tgl) Changed committer to tgl
2024-06-18 19:50:01 Tom Lane (tgl) Changed authors to Tom Lane (tgl)
2024-06-18 19:49:37 Tom Lane (tgl) Attached mail thread 3478884.1718656625@sss.pgh.pa.us
2024-06-18 19:49:37 Tom Lane (tgl) Created patch record
Edit