Fix a possible typo in rewriteheap.c code comments - Mailing list pgsql-hackers

From Bharath Rupireddy
Subject Fix a possible typo in rewriteheap.c code comments
Date
Msg-id CALj2ACW7SvfFW8r2uKH6oQm1kNpt8aQMG61kSBPK0S2PHhFbMw@mail.gmail.com
Whole thread Raw
Responses Re: Fix a possible typo in rewriteheap.c code comments
List pgsql-hackers
Hi,

It looks like there's a typo, attaching a tiny patch to fix it.

  *
  * When doing logical decoding - which relies on using cmin/cmax of catalog
  * tuples, via xl_heap_new_cid records - heap rewrites have to log enough
- * information to allow the decoding backend to updates its internal mapping
+ * information to allow the decoding backend to update its internal mapping

Regards,
Bharath Rupireddy.

Attachment

pgsql-hackers by date:

Previous
From: "Andrey V. Lepikhov"
Date:
Subject: Re: Multiple Query IDs for a rewritten parse tree
Next
From: Amul Sul
Date:
Subject: Re: TAP test to cover "EndOfLogTLI != replayTLI" case