mirror of https://github.com/citusdata/citus.git
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
parent
0e92244bfe
commit
1f29c16262
|
@ -2178,7 +2178,7 @@ RegisterCitusConfigVariables(void)
|
||||||
"citus.skip_advisory_lock_permission_checks",
|
"citus.skip_advisory_lock_permission_checks",
|
||||||
gettext_noop("Postgres would normally enforce some "
|
gettext_noop("Postgres would normally enforce some "
|
||||||
"ownership checks while acquiring locks. "
|
"ownership checks while acquiring locks. "
|
||||||
"When this setting is 'off', Citus skips"
|
"When this setting is 'on', Citus skips"
|
||||||
"ownership checks on internal advisory "
|
"ownership checks on internal advisory "
|
||||||
"locks."),
|
"locks."),
|
||||||
NULL,
|
NULL,
|
||||||
|
|
Loading…
Reference in New Issue