pgsql: Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM.
Date
Msg-id E1mB8up-0001c5-PC@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM.

Oversight in commit 3499df0d, which generalized the reloption as a way
of giving users a way to consistently avoid VACUUM's index bypass
optimization.

Per off-list report from Nikolay Shaplov.

Backpatch: 14-, where index cleanup reloption was extended.

Branch
------
master

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

Modified Files
--------------
src/backend/access/common/reloptions.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Add prepare API support for streaming transactions in logical re
Next
From: Andres Freund
Date:
Subject: pgsql: pgstat: split reporting/fetching of bgwriter and checkpointer st