mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +03:00
Message wording and pluralization improvements
This commit is contained in:
@ -265,7 +265,7 @@ AuxiliaryProcessMain(int argc, char *argv[])
|
||||
if (!IsValidWalSegSize(WalSegSz))
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_INVALID_PARAMETER_VALUE),
|
||||
errmsg("-X requires a power of 2 value between 1MB and 1GB")));
|
||||
errmsg("-X requires a power of two value between 1 MB and 1 GB")));
|
||||
SetConfigOption("wal_segment_size", optarg, PGC_INTERNAL,
|
||||
PGC_S_OVERRIDE);
|
||||
}
|
||||
|
Reference in New Issue
Block a user