diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2024-05-17 13:48:31 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2024-05-17 13:48:31 +0200 |
commit | e9b7aee27283e65bd8819cd7a081dbe79eb1c1a3 (patch) | |
tree | 72abeed96cd0d35452a82749db6709f97017878f /src/backend/utils/misc/guc_tables.c | |
parent | 17974ec259463869bb6bb4885d46847422fbc9ec (diff) | |
download | postgresql-e9b7aee27283e65bd8819cd7a081dbe79eb1c1a3.tar.gz postgresql-e9b7aee27283e65bd8819cd7a081dbe79eb1c1a3.zip |
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.
Diffstat (limited to 'src/backend/utils/misc/guc_tables.c')
-rw-r--r-- | src/backend/utils/misc/guc_tables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/guc_tables.c b/src/backend/utils/misc/guc_tables.c index 85c8d54d4fc..46c258be282 100644 --- a/src/backend/utils/misc/guc_tables.c +++ b/src/backend/utils/misc/guc_tables.c @@ -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 |