pgsql: Align stats_fetch_consistency definition with guc.c default.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Align stats_fetch_consistency definition with guc.c default.
Date: 2022-05-28 20:13:45
Message-ID: E1nv2oj-001b7i-0U@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)paquier(dot)xyz>
Discussion: https://postgr.es/m/Yo2351qVYqd/bJws(at)paquier(dot)xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0107855b1480d381f28f935e279ec3b64f410ef7

Modified Files
--------------
src/backend/utils/activity/pgstat.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-05-28 20:30:17 Re: pgsql: Extend pg_publication_tables to display column list and row filt
Previous Message Michael Paquier 2022-05-28 06:21:07 pgsql: Revert "Add single-item cache when looking at topmost XID of a s