mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Align stats_fetch_consistency definition with guc.c default.
Somewhat embarrassing oversight in 98f897339b0. 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:
parent
b4529005fd
commit
0107855b14
@ -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;
|
||||
|
||||
|
||||
/* ----------
|
||||
|
Loading…
x
Reference in New Issue
Block a user