mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Align stats_fetch_consistency definition with guc.c default.
Somewhat embarrassing oversight in 98f897339b
. Does not have a functional
impact, but is unnecessarily confusing.
Reported-By: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/Yo2351qVYqd/bJws@paquier.xyz
This commit is contained in:
@ -183,7 +183,7 @@ static inline bool pgstat_is_kind_valid(int ikind);
|
||||
*/
|
||||
|
||||
bool pgstat_track_counts = false;
|
||||
int pgstat_fetch_consistency = PGSTAT_FETCH_CONSISTENCY_NONE;
|
||||
int pgstat_fetch_consistency = PGSTAT_FETCH_CONSISTENCY_CACHE;
|
||||
|
||||
|
||||
/* ----------
|
||||
|
Reference in New Issue
Block a user