mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
A few follow-up fixes for GUC name quoting
Fixups for 17974ec259
: Some messages were missed (and some were new
since the patch was originally proposed), and there was a typo
introduced.
This commit is contained in:
@ -1114,7 +1114,7 @@ struct config_bool ConfigureNamesBool[] =
|
||||
gettext_noop("Continues processing past damaged page headers."),
|
||||
gettext_noop("Detection of a damaged page header normally causes PostgreSQL to "
|
||||
"report an error, aborting the current transaction. Setting "
|
||||
"\"zero_damaged_page\" to true causes the system to instead report a "
|
||||
"\"zero_damaged_pages\" to true causes the system to instead report a "
|
||||
"warning, zero out the damaged page, and continue processing. This "
|
||||
"behavior will destroy data, namely all the rows on the damaged page."),
|
||||
GUC_NOT_IN_SAMPLE
|
||||
|
Reference in New Issue
Block a user