Fix a typo in decode.c

From: "Zhijie Hou (Fujitsu)" <houzj(dot)fnst(at)fujitsu(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Fix a typo in decode.c
Date: 2023-09-01 09:36:25
Message-ID: OS0PR01MB57162DFFFCFCDA2E4B95899394E4A@OS0PR01MB5716.jpnprd01.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

When reading the code, I noticed a typo in the description of WAL record.

/*
- * Decode XLOG_HEAP2_MULTI_INSERT_insert record into multiple tuplebufs.
+ * Decode XLOG_HEAP2_MULTI_INSERT record into multiple tuplebufs.
*

And attach a small patch to fix it.

Best Regards,
Hou Zhijie

Attachment Content-Type Size
0001-fix-typo-in-decode.c.patch application/octet-stream 854 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Jones 2023-09-01 10:40:22 Re: PATCH: Add REINDEX tag to event triggers
Previous Message Jim Jones 2023-09-01 09:32:35 Re: Show inline comments from pg_hba lines in the pg_hba_file_rules view