Use variadic macros for syscache lookup functions

Edit
ID 4261
Title Use variadic macros for syscache lookup functions
Topic Refactoring
Created 2023-03-31 02:36:05
Last modified 2023-11-14 04:32:27 (1 year ago)
Latest email 2023-11-14 14:25:49 (1 year ago)
Status
2023-11: Withdrawn
2023-09: Moved to next CF
2023-07: Moved to next CF
Target version
Authors Thomas Munro (macdice)
Reviewers John Naylor (john.naylor)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/4261
git checkout commitfest/cf/4261
Emails
Array initialisation notation in syscache.c
First at 2022-12-20 22:55:39 by Thomas Munro <thomas.munro at gmail.com>
Latest at 2023-11-14 14:25:49 by Alvaro Herrera <alvherre at alvh.no-ip.org>
Latest attachment (0001-Use-variadic-macros-for-syscache-lookup-functions.patch) at 2023-03-31 02:16:25 from Thomas Munro <thomas.munro at gmail.com>
    Attachment (0001-Use-variadic-macros-for-syscache-lookup-functions.patch) at 2023-03-31 02:16:25 from Thomas Munro <thomas.munro at gmail.com> (Patch: Yes)
    Attachment (v3-0001-Fix-VA_ARGS_NARGS-macro-on-MSVC.patch) at 2022-12-21 03:16:27 from Thomas Munro <thomas.munro at gmail.com> (Patch: Yes)
    Attachment (v2-0001-Improve-notation-of-cacheinfo-table-in-syscache.c.patch) at 2022-12-21 00:33:20 from Thomas Munro <thomas.munro at gmail.com> (Patch: Yes)
    Attachment (0001-Improve-notation-of-cacheinfo-table-in-syscache.c.patch) at 2022-12-20 22:55:39 from Thomas Munro <thomas.munro at gmail.com> (Patch: Yes)
History
When Who What
2023-11-14 04:32:27 Thomas Munro (macdice) Closed in commitfest 2023-11 with status: Withdrawn
2023-10-02 11:07:49 Peter Eisentraut (petere) Closed in commitfest 2023-09 with status: Moved to next CF
2023-08-02 07:43:04 Daniel Gustafsson (d_gustafsson) Closed in commitfest 2023-07 with status: Moved to next CF
2023-06-13 08:55:14 John Naylor (john.naylor) Added john.naylor as reviewer
2023-03-31 02:36:13 Thomas Munro (macdice) Changed authors to Thomas Munro (macdice)
2023-03-31 02:36:06 Thomas Munro (macdice) Attached mail thread CA+hUKGKdpDjKL2jgC-GpoL4DGZU1YPqnOFHbDqFkfRQcPaR5DQ@mail.gmail.com
2023-03-31 02:36:05 Thomas Munro (macdice) Created patch record
Edit