mirror of
https://github.com/postgres/postgres.git
synced 2025-11-12 05:01:15 +03:00
Fix typos in comments.
CharSyam
This commit is contained in:
@@ -1126,7 +1126,7 @@ GetNewMultiXactId(int nmembers, MultiXactOffset *offset)
|
||||
/*
|
||||
* To avoid swamping the postmaster with signals, we issue the autovac
|
||||
* request only when crossing a segment boundary. With default
|
||||
* compilation settings that's rougly after 50k members. This still
|
||||
* compilation settings that's roughly after 50k members. This still
|
||||
* gives plenty of chances before we get into real trouble.
|
||||
*/
|
||||
if ((MXOffsetToMemberPage(nextOffset) / SLRU_PAGES_PER_SEGMENT) !=
|
||||
|
||||
@@ -775,7 +775,7 @@ HandleParallelMessage(ParallelContext *pcxt, int i, StringInfo msg)
|
||||
errctx.previous = pcxt->error_context_stack;
|
||||
error_context_stack = &errctx;
|
||||
|
||||
/* Parse ErrorReponse or NoticeResponse. */
|
||||
/* Parse ErrorResponse or NoticeResponse. */
|
||||
pq_parse_errornotice(msg, &edata);
|
||||
|
||||
/* Death of a worker isn't enough justification for suicide. */
|
||||
|
||||
Reference in New Issue
Block a user