Fix uninitialized variable access (freepages)

Edit
ID 3236
Title Fix uninitialized variable access (freepages)
Topic Bug Fixes
Created 2021-07-02 21:15:45
Last modified 2022-03-14 19:15:31 (2 years, 8 months ago)
Latest email 2022-03-14 19:30:37 (2 years, 8 months ago)
Status
2022-03: Rejected
2022-01: Moved to next CF
2021-11: Moved to next CF
2021-09: Moved to next CF
Target version 15
Authors Ranier Vilela (raniervilela)
Reviewers Greg Nancarrow (gregn1234), David Zhang (david.z)Become reviewer
Committer
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/3236
git checkout commitfest/cf/3236
Emails
Fix uninitialized variable access (src/backend/utils/mmgr/freepage.c)
First at 2021-07-01 19:42:41 by Ranier Vilela <ranier.vf at gmail.com>
Latest at 2022-03-14 19:30:37 by Peter Geoghegan <pg at bowt.ie>
Latest attachment (fix_unitialized_var_index_freepage-v1.patch) at 2021-08-17 14:27:42 from Ranier Vilela <ranier.vf at gmail.com>
    Attachment (fix_unitialized_var_index_freepage-v1.patch) at 2021-08-17 14:27:42 from Ranier Vilela <ranier.vf at gmail.com> (Patch: Yes)
    Attachment (fix_unitialized_var_index_freepage.patch) at 2021-07-01 19:42:41 from Ranier Vilela <ranier.vf at gmail.com> (Patch: Yes)
History
When Who What
2022-03-14 19:15:31 Robert Haas (rhaas) Closed in commitfest 2022-03 with status: Rejected
2022-02-02 16:18:45 Julien Rouhaud (rjuju) Closed in commitfest 2022-01 with status: Moved to next CF
2021-12-02 12:06:01 Daniel Gustafsson (d_gustafsson) Closed in commitfest 2021-11 with status: Moved to next CF
2021-10-04 07:26:31 Jaime Casanova (jcasanov) Closed in commitfest 2021-09 with status: Moved to next CF
2021-10-01 19:12:10 David Zhang (david.z) Added david.z as reviewer
2021-08-17 22:41:43 Greg Nancarrow (gregn1234) Changed authors to Ranier Vilela (raniervilela)
2021-08-17 22:40:45 Greg Nancarrow (gregn1234) Added gregn1234 as reviewer
2021-07-24 16:37:15 dhikshith reddy (dhikshith) Removed dhikshith from reviewers
2021-07-24 16:36:19 dhikshith reddy (dhikshith) Added dhikshith as reviewer
2021-07-02 21:16:33 Ranier Vilela (raniervilela) Changed targetversion to 15
2021-07-02 21:15:45 Ranier Vilela (raniervilela) Attached mail thread CAEudQApiF6K4Vy0=0RYfz0Qy+=irGzne1YTnTiWE4XG3Joxuvw@mail.gmail.com
2021-07-02 21:15:45 Ranier Vilela (raniervilela) Created patch record
Edit