mirror of
https://github.com/postgres/postgres.git
synced 2025-08-14 02:22:38 +03:00
Apply more quoting to GUC names in messages
This is a continuation of 17974ec259
. More quotes are applied to
GUC names in error messages and hints, taking care of what seems to be
all the remaining holes currently in the tree for the GUCs.
Author: Peter Smith
Discussion: https://postgr.es/m/CAHut+Pv-kSN8SkxSdoHano_wPubqcg5789ejhCDZAcLFceBR-w@mail.gmail.com
This commit is contained in:
contrib
src
backend
access
transam
archive
postmaster
replication
logical
storage
file
utils
misc
bin
pg_archivecleanup
pg_basebackup
pg_dump
pg_rewind
include
@@ -2254,7 +2254,7 @@ FileWriteV(File file, const struct iovec *iov, int iovcnt, off_t offset,
|
||||
if (newTotal > (uint64) temp_file_limit * (uint64) 1024)
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_CONFIGURATION_LIMIT_EXCEEDED),
|
||||
errmsg("temporary file size exceeds temp_file_limit (%dkB)",
|
||||
errmsg("temporary file size exceeds \"temp_file_limit\" (%dkB)",
|
||||
temp_file_limit)));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user