Fix a possible typo in rewriteheap.c code comments

From: Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Fix a possible typo in rewriteheap.c code comments
Date: 2022-01-10 04:12:37
Message-ID: CALj2ACW7SvfFW8r2uKH6oQm1kNpt8aQMG61kSBPK0S2PHhFbMw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
v1-0001-Fix-a-typo-in-rewriteheap.c-code-comments.patch application/x-patch 1.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amul Sul 2022-01-10 04:16:23 Re: TAP test to cover "EndOfLogTLI != replayTLI" case
Previous Message Andrey V. Lepikhov 2022-01-10 04:10:59 Re: Multiple Query IDs for a rewritten parse tree