pgsql: Doc: clarify enable_indexscan=off also disabled Index Only Scans - Mailing list pgsql-committers

From David Rowley
Subject pgsql: Doc: clarify enable_indexscan=off also disabled Index Only Scans
Date
Msg-id E1t5csN-002wic-81@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: clarify enable_indexscan=off also disabled Index Only Scans

Disabling enable_indexscan has always also disabled Index Only Scans.
Here we make that more clear in the documentation in an attempt to
prevent future complaints complaining about this expected behavior.

Reported-by: Melanie Plageman
Author: David G. Johnston, David Rowley
Backpatch-through: 12, oldest supported version
Discussion: https://postgr.es/m/CAAKRu_atV=kovgpaLREyG68PB5+ncKvJ2UNoeRetEgyC3Yb5Sw@mail.gmail.com

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/ee8db41a94326e670255ad6c50b887c8c9c897f5

Modified Files
--------------
doc/src/sgml/config.sgml | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Doc: clarify enable_indexscan=off also disabled Index Only Scans
Next
From: David Rowley
Date:
Subject: pgsql: Doc: clarify enable_indexscan=off also disabled Index Only Scans