Fix misleading GUC description (#6532)

citus.skip_advisory_lock_permission_checks skips checks when it is set
to 'on', not 'off'
pull/6499/head^2
Hanefi Onaldi 2022-12-01 15:43:02 +03:00 committed by GitHub
parent 0e92244bfe
commit 1f29c16262
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2178,7 +2178,7 @@ RegisterCitusConfigVariables(void)
"citus.skip_advisory_lock_permission_checks",
gettext_noop("Postgres would normally enforce some "
"ownership checks while acquiring locks. "
"When this setting is 'off', Citus skips"
"When this setting is 'on', Citus skips"
"ownership checks on internal advisory "
"locks."),
NULL,