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

Commitcc8033e

Browse files
Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM.
Oversight in commit3499df0, which generalized the reloption as a wayof giving users a way to consistently avoid VACUUM's index bypassoptimization.Per off-list report from Nikolay Shaplov.Backpatch: 14-, where index cleanup reloption was extended.
1 parent63cf61c commitcc8033e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/access/common/reloptions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1873,7 +1873,7 @@ default_reloptions(Datum reloptions, bool validate, relopt_kind kind)
18731873
offsetof(StdRdOptions,user_catalog_table)},
18741874
{"parallel_workers",RELOPT_TYPE_INT,
18751875
offsetof(StdRdOptions,parallel_workers)},
1876-
{"vacuum_index_cleanup",RELOPT_TYPE_BOOL,
1876+
{"vacuum_index_cleanup",RELOPT_TYPE_ENUM,
18771877
offsetof(StdRdOptions,vacuum_index_cleanup)},
18781878
{"vacuum_truncate",RELOPT_TYPE_BOOL,
18791879
offsetof(StdRdOptions,vacuum_truncate)}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp