Re: Avoid double lookup in pgstat_fetch_stat_tabentry()
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: "Drouvot, Bertrand" <bertranddrouvot.pg@gmail.com>
Cc: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-11-20T19:00:12Z
Lists: pgsql-hackers
Hi, On 2022-11-19 09:38:26 +0100, Drouvot, Bertrand wrote: > I'd vote for V3 for readability, size and "backward compatibility" with current code. Pushed that. Thanks for the patch and evaluation. Greetings, Andres Freund
Commits
-
pgstat: replace double lookup with IsSharedRelation()
- 061bf98fb8f4 16.0 landed