Avoid redudant initialization (src/backend/parser/parse_relation.c)

Edit
ID 3891
Title Avoid redudant initialization (src/backend/parser/parse_relation.c)
Topic Refactoring
Created 2022-09-14 11:54:59
Last modified 2022-09-21 20:55:22 (2 years, 1 month ago)
Latest email 2022-09-14 13:56:43 (2 years, 2 months ago)
Status
2022-11: Committed
Target version 15
Authors Ranier Vilela (raniervilela)
Reviewers Become reviewer
Committer Álvaro Herrera (alvherre)
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/3891
git checkout commitfest/cf/3891
Emails
Avoid redudant initialization and possible memory leak (src/backend/parser/parse_relation.c)
First at 2022-09-13 13:21:22 by Ranier Vilela <ranier.vf at gmail.com>
Latest at 2022-09-14 13:56:43 by Alvaro Herrera <alvherre at alvh.no-ip.org>
Latest attachment (avoid-redundant-initialization-and-possible-memory-leak.patch) at 2022-09-13 13:21:22 from Ranier Vilela <ranier.vf at gmail.com>
    Attachment (avoid-redundant-initialization-and-possible-memory-leak.patch) at 2022-09-13 13:21:22 from Ranier Vilela <ranier.vf at gmail.com> (Patch: Yes)
History
When Who What
2022-09-21 20:55:22 Tom Lane (tgl) Closed in commitfest 2022-11 with status: Committed
2022-09-21 20:55:22 Tom Lane (tgl) Changed committer to alvherre
2022-09-14 11:55:24 Ranier Vilela (raniervilela) Changed authors to Ranier Vilela (raniervilela)
2022-09-14 11:55:24 Ranier Vilela (raniervilela) Changed targetversion to 15
2022-09-14 11:54:59 Ranier Vilela (raniervilela) Attached mail thread CAEudQAr4nOcNQskC4oBEZN4S+4heJ=1ch_ZKOxU+_Ef-FQSf-g@mail.gmail.com
2022-09-14 11:54:59 Ranier Vilela (raniervilela) Created patch record
Edit