Fix tuplesort NULL pointer pfree()

Edit
ID 965
Title Fix tuplesort NULL pointer pfree()
Topic Bug Fixes
Created 2017-01-16 18:30:10
Last modified 2017-01-16 19:02:38 (7 years, 8 months ago)
Latest email 2017-01-16 18:56:46 (7 years, 8 months ago)
Status
2017-03: Committed
Target version
Authors Peter Geoghegan (pgeoghegan)
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/965
git checkout commitfest/cf/965
Emails
Tuple sort is broken. It crashes on simple test.
First at 2017-01-16 10:14:47 by Mithun Cy <mithun.cy at enterprisedb.com>
Latest at 2017-01-16 18:56:46 by Pavel Stehule <pavel.stehule at gmail.com>
Latest attachment (0001-Fix-NULL-pointer-dereference-in-tuplesort.c.patch) at 2017-01-16 18:24:20 from Peter Geoghegan <pg at heroku.com>
    Attachment (0001-Fix-NULL-pointer-dereference-in-tuplesort.c.patch) at 2017-01-16 18:24:20 from Peter Geoghegan <pg at heroku.com> (Patch: Yes)
History
When Who What
2017-01-16 19:02:38 Peter Geoghegan (pgeoghegan) Closed in commitfest 2017-03 with status: Committed
2017-01-16 19:02:38 Peter Geoghegan (pgeoghegan) Changed committer to tgl
2017-01-16 18:30:18 Peter Geoghegan (pgeoghegan) Changed authors to Peter Geoghegan (pgeoghegan)
2017-01-16 18:30:10 Peter Geoghegan (pgeoghegan) Attached mail thread CAD__OujuhfWFULGFSt1fyHqUb8N-XafjJhudwt88V0Qs2o84qg@mail.gmail.com
2017-01-16 18:30:10 Peter Geoghegan (pgeoghegan) Created patch record
Edit