mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Minor fixes in docs and error messages.
Alexander Lakhin Discussion: https://postgr.es/m/ce7debdd-c943-d7a7-9b41-687107b27831@gmail.com
This commit is contained in:
@@ -272,7 +272,7 @@ AddWALInfoToBackupManifest(backup_manifest_info *manifest, XLogRecPtr startptr,
|
||||
*/
|
||||
if (!found_start_timeline)
|
||||
ereport(ERROR,
|
||||
errmsg("start timeline %u not found history of timeline %u",
|
||||
errmsg("start timeline %u not found in history of timeline %u",
|
||||
starttli, endtli));
|
||||
|
||||
/* Terminate the list of WAL ranges. */
|
||||
|
@@ -3133,7 +3133,7 @@ static struct config_int ConfigureNamesInt[] =
|
||||
},
|
||||
{
|
||||
{"autovacuum_vacuum_insert_threshold", PGC_SIGHUP, AUTOVACUUM,
|
||||
gettext_noop("Minimum number of tuple inserts prior to vacuum, or -1 to disable insert vacuums"),
|
||||
gettext_noop("Minimum number of tuple inserts prior to vacuum, or -1 to disable insert vacuums."),
|
||||
NULL
|
||||
},
|
||||
&autovacuum_vac_ins_thresh,
|
||||
|
Reference in New Issue
Block a user