Refactoring MemSet/memset api usage

Edit
Title Refactoring MemSet/memset api usage
Topic Refactoring
Created 2022-05-19 15:46:22
Last modified 2022-09-30 21:57:13 (1 year, 6 months ago)
Latest email 2022-08-25 11:07:26 (1 year, 7 months ago)
Status
2022-09: Returned with feedback
2022-07: Moved to next CF
Target version 16
Authors Ranier Vilela (raniervilela)
Reviewers Peter Eisentraut (petere)Become reviewer
Committer
Links
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-09-30 21:57:13 Peter Eisentraut (petere) Closed in commitfest 2022-09 with status: Returned with feedback
2022-08-11 10:38:39 Peter Eisentraut (petere) New status: Waiting on Author
2022-08-02 18:09:32 Jacob Champion (jchampion) Closed in commitfest 2022-07 with status: Moved to next CF
2022-08-02 18:09:28 Jacob Champion (jchampion) New status: Needs review
2022-07-16 06:58:29 Peter Eisentraut (petere) New status: Waiting on Author
2022-06-28 14:11:37 Peter Eisentraut (petere) Added petere as reviewer
2022-05-19 15:46:59 Ranier Vilela (raniervilela) Changed authors to Ranier Vilela (raniervilela)
2022-05-19 15:46:58 Ranier Vilela (raniervilela) Changed targetversion to 16
2022-05-19 15:46:23 Ranier Vilela (raniervilela) Attached mail thread CAEudQApCeq4JjW1BdnwU=m=-DvG5WyUik0Yfn3p6UNphiHjj+w@mail.gmail.com
2022-05-19 15:46:22 Ranier Vilela (raniervilela) Created patch record
Edit