fix memory leak in nodeindexscan with reorder

Edit
ID 3521
Title fix memory leak in nodeindexscan with reorder
Topic Bug Fixes
Created 2022-01-30 19:57:39
Last modified 2022-02-28 22:33:19 (2 years, 8 months ago)
Latest email 2022-02-14 01:18:53 (2 years, 9 months ago)
Status
2022-03: Committed
Target version 15
Authors Aliaksandr Kalenik (kalenik.aliaksandr.gmail.com)
Reviewers Become reviewer
Committer Alexander Korotkov (smagen)
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/3521
git checkout commitfest/cf/3521
Emails
[PATCH] nodeindexscan with reorder memory leak
First at 2022-01-30 02:49:34 by Aliaksandr Kalenik <akalenik at kontur.io>
Latest at 2022-02-14 01:18:53 by Alexander Korotkov <aekorotkov at gmail.com>
Latest attachment (0002-nodeindexscan_with_reorder_memory_leak.patch) at 2022-02-09 22:19:15 from Aliaksandr Kalenik <akalenik at kontur.io>
    Attachment (0002-nodeindexscan_with_reorder_memory_leak.patch) at 2022-02-09 22:19:15 from Aliaksandr Kalenik <akalenik at kontur.io> (Patch: Yes)
    Attachment (failing-test-case.patch) at 2022-01-30 16:24:35 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (0001-nodeindexscan_with_reorder_memory_leak.patch) at 2022-01-30 02:49:34 from Aliaksandr Kalenik <akalenik at kontur.io> (Patch: Yes)
History
When Who What
2022-02-28 22:33:19 Tom Lane (tgl) Closed in commitfest 2022-03 with status: Committed
2022-02-28 22:33:19 Tom Lane (tgl) Changed committer to smagen
2022-01-30 19:58:02 Aliaksandr Kalenik (kalenik.aliaksandr.gmail.com) Changed authors to Aliaksandr Kalenik (kalenik.aliaksandr.gmail.com)
2022-01-30 19:58:02 Aliaksandr Kalenik (kalenik.aliaksandr.gmail.com) Changed targetversion to 15
2022-01-30 19:57:39 Aliaksandr Kalenik (kalenik.aliaksandr.gmail.com) Attached mail thread CAHqSB9gECMENBQmpbv5rvmT3HTaORmMK3Ukg73DsX5H7EJV7jw@mail.gmail.com
2022-01-30 19:57:39 Aliaksandr Kalenik (kalenik.aliaksandr.gmail.com) Created patch record
Edit