pgsql: Fix stats_fetch_consistency default value indicated in postgresq - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Fix stats_fetch_consistency default value indicated in postgresq
Date
Msg-id E1ntidN-001191-05@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix stats_fetch_consistency default value indicated in postgresql.conf.sample.

Mistake in 5891c7a8ed8, likely made when switching the default value from none
to fetch during development.

Reported-By: Nathan Bossart <nathandbossart@gmail.com>
Author: Nathan Bossart <nathandbossart@gmail.com>
Discussion: https://postgr.es/m/20220524220147.GA1298892@nathanxps13

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/98f897339b011d04f3b9f48050aa31de9a5a4869

Modified Files
--------------
src/backend/utils/misc/postgresql.conf.sample | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: relnotes: add Heikki to UTF8 item
Next
From: Michael Paquier
Date:
Subject: pgsql: Add tab completion for table_rewrite's CREATE EVENT TRIGGER in p