Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0107855

Browse files
committed
Align stats_fetch_consistency definition with guc.c default.
Somewhat embarrassing oversight in98f8973. Does not have a functionalimpact, but is unnecessarily confusing.Reported-By: Michael Paquier <michael@paquier.xyz>Discussion:https://postgr.es/m/Yo2351qVYqd/bJws@paquier.xyz
1 parentb452900 commit0107855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/utils/activity/pgstat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ static inline bool pgstat_is_kind_valid(int ikind);
183183
*/
184184

185185
boolpgstat_track_counts= false;
186-
intpgstat_fetch_consistency=PGSTAT_FETCH_CONSISTENCY_NONE;
186+
intpgstat_fetch_consistency=PGSTAT_FETCH_CONSISTENCY_CACHE;
187187

188188

189189
/* ----------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp