Fix spacing in multiline strings (#6533)

When using multiline strings, we occasionally forget to add a single
space at the end of the first line. When this line is concatenated with
the next one, the resulting string has a missing space.
pull/6530/head
Hanefi Onaldi 2022-12-01 23:42:47 +03:00 committed by GitHub
parent 37f3dff1ca
commit d4394b2e2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 19 additions and 19 deletions

View File

@ -1597,7 +1597,7 @@ RegisterCitusConfigVariables(void)
"There are 4 values available. The default, 'auto' will recursively plan "
"distributed tables if there is a constant filter on a unique index. "
"'prefer-local' will choose local tables if possible. "
"'prefer-distributed' will choose distributed tables if possible"
"'prefer-distributed' will choose distributed tables if possible. "
"'never' will basically skip local table joins."
),
&LocalTableJoinPolicy,