Fix a typo in decode.c - Mailing list pgsql-hackers

From Zhijie Hou (Fujitsu)
Subject Fix a typo in decode.c
Date
Msg-id OS0PR01MB57162DFFFCFCDA2E4B95899394E4A@OS0PR01MB5716.jpnprd01.prod.outlook.com
Whole thread Raw
Responses Re: Fix a typo in decode.c
List 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

pgsql-hackers by date:

Previous
From: Jim Jones
Date:
Subject: Re: Show inline comments from pg_hba lines in the pg_hba_file_rules view
Next
From: Jim Jones
Date:
Subject: Re: PATCH: Add REINDEX tag to event triggers