mirror of
https://github.com/postgres/postgres.git
synced 2025-08-19 23:22:23 +03:00
Message style and wording fixes
This commit is contained in:
@@ -42,7 +42,7 @@ ginCombineData(RBNode *existing, const RBNode *newdata, void *arg)
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED),
|
||||
errmsg("posting list is too long"),
|
||||
errhint("Reduce maintenance_work_mem")));
|
||||
errhint("Reduce maintenance_work_mem.")));
|
||||
|
||||
accum->allocatedMemory -= GetMemoryChunkSpace(eo->list);
|
||||
eo->maxcount *= 2;
|
||||
|
Reference in New Issue
Block a user