Fixes wrong memset api usage

Edit
ID 3640
Title Fixes wrong memset api usage
Topic Bug Fixes
Created 2022-05-17 22:35:12
Last modified 2022-05-18 00:10:47 (2 years, 6 months ago)
Latest email 2022-08-25 11:07:26 (2 years, 2 months ago)
Status
2022-07: Rejected
Target version
Authors Ranier Vilela (raniervilela)
Reviewers 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/3640
git checkout commitfest/cf/3640
Emails
Avoid unecessary MemSet call (src/backend/utils/cache/relcache.c)
First at 2022-05-14 21:46:53 by Ranier Vilela <ranier.vf at gmail.com>
Latest at 2022-08-25 11:07:26 by Michael Paquier <michael at paquier.xyz>
Latest attachment (0001-Replace-many-memset-calls-with-struct-initialization.patch) at 2022-08-19 22:27:04 from David Zhang <david.zhang at highgo.ca>
    Attachment (0001-Replace-many-memset-calls-with-struct-initialization.patch) at 2022-08-19 22:27:04 from David Zhang <david.zhang at highgo.ca> (Patch: Yes)
    Attachment (v3-0001-WIP-Replace-MemSet-calls-with-struct-initialization.patch) at 2022-08-01 17:08:48 from Ranier Vilela <ranier.vf at gmail.com> (Patch: Yes)
    Attachment (v2-0001-WIP-Replace-MemSet-calls-with-struct-initialization.patch) at 2022-07-11 19:06:33 from Ranier Vilela <ranier.vf at gmail.com> (Patch: Yes)
    Attachment (v1-0001-WIP-Replace-MemSet-calls-with-struct-initialization.patch) at 2022-07-07 17:01:25 from Ranier Vilela <ranier.vf at gmail.com> (Patch: Yes)
    Attachment (0001-WIP-Replace-MemSet-calls-with-struct-initialization.patch) at 2022-07-07 11:00:15 from Peter Eisentraut <peter.eisentraut at enterprisedb.com> (Patch: Yes)
    Attachment (001-avoid-unecessary-MemSet-calls.patch) at 2022-07-01 15:58:14 from Ranier Vilela <ranier.vf at gmail.com> (Patch: Yes)
    Attachment (001_avoid_unecessary_memset_call.patch) at 2022-05-19 16:09:46 from Ranier Vilela <ranier.vf at gmail.com> (Patch: Yes)
    Attachment (memset.c) at 2022-05-18 22:57:02 from David Rowley <dgrowleyml at gmail.com> (Patch: No)
    Attachment (001-avoid_unecessary_memset_call.patch) at 2022-05-17 22:52:30 from Ranier Vilela <ranier.vf at gmail.com> (Patch: Yes)
    Attachment (avoid_unecessary_memset_call.patch) at 2022-05-14 21:46:53 from Ranier Vilela <ranier.vf at gmail.com> (Patch: Yes)
History
When Who What
2022-05-18 00:10:47 Ranier Vilela (raniervilela) Closed in commitfest 2022-07 with status: Rejected
2022-05-17 22:35:25 Ranier Vilela (raniervilela) Changed authors to Ranier Vilela (raniervilela)
2022-05-17 22:35:13 Ranier Vilela (raniervilela) Attached mail thread CAEudQApCeq4JjW1BdnwU=m=-DvG5WyUik0Yfn3p6UNphiHjj+w@mail.gmail.com
2022-05-17 22:35:12 Ranier Vilela (raniervilela) Created patch record
Edit