Avoid double lookup in pgstat_fetch_stat_tabentry()

Edit
ID 4015
Title Avoid double lookup in pgstat_fetch_stat_tabentry()
Topic Refactoring
Created 2022-11-18 15:43:00
Last modified 2022-11-21 14:01:25 (1 year, 11 months ago)
Latest email 2022-11-20 19:00:12 (2 years ago)
Status
2023-01: Committed
Target version 16
Authors Bertrand Drouvot (bertranddrouvot.pg)
Reviewers Become reviewer
Committer Andres Freund (andresfreund)
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/4015
git checkout commitfest/cf/4015
Emails
Avoid double lookup in pgstat_fetch_stat_tabentry()
First at 2022-11-18 05:01:12 by "Drouvot, Bertrand" <bertranddrouvot.pg at gmail.com>
Latest at 2022-11-20 19:00:12 by Andres Freund <andres at anarazel.de>
Latest attachment (v3-0001-pgstat_fetch_stat_tabentry-avoid_double_lookup.patch) at 2022-11-19 08:38:26 from "Drouvot, Bertrand" <bertranddrouvot.pg at gmail.com>
    Attachment (v3-0001-pgstat_fetch_stat_tabentry-avoid_double_lookup.patch) at 2022-11-19 08:38:26 from "Drouvot, Bertrand" <bertranddrouvot.pg at gmail.com> (Patch: Yes)
    Attachment (v2-0001-pgstat_fetch_stat_tabentry-avoid_double_lookup.patch) at 2022-11-18 10:09:43 from "Drouvot, Bertrand" <bertranddrouvot.pg at gmail.com> (Patch: Yes)
    Attachment (v1-0001-pgstat_fetch_stat_tabentry-avoid_double_lookup.patch) at 2022-11-18 05:01:12 from "Drouvot, Bertrand" <bertranddrouvot.pg at gmail.com> (Patch: Yes)
History
When Who What
2022-11-21 14:01:25 Bertrand Drouvot (bertranddrouvot.pg) Closed in commitfest 2023-01 with status: Committed
2022-11-21 14:01:25 Bertrand Drouvot (bertranddrouvot.pg) Changed committer to andresfreund
2022-11-18 15:43:25 Bertrand Drouvot (bertranddrouvot.pg) Changed authors to Bertrand Drouvot (bertranddrouvot.pg)
2022-11-18 15:43:25 Bertrand Drouvot (bertranddrouvot.pg) Changed targetversion to 16
2022-11-18 15:43:00 Bertrand Drouvot (bertranddrouvot.pg) Attached mail thread 8c1851a2-a98e-e1bc-7729-37b0b95f66ec@gmail.com
2022-11-18 15:43:00 Bertrand Drouvot (bertranddrouvot.pg) Created patch record
Edit