Fix a typo in xact.c
Started by Masahiko Sawadaabout 8 years ago3 messages
Hi,
Attached patch for $subject.
s/recoreds/record/
Regards,
--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center
Attachments:
fix_typo_in_xact_c.patchapplication/octet-stream; name=fix_typo_in_xact_c.patchDownload
diff --git a/src/backend/access/transam/xact.c b/src/backend/access/transam/xact.c
index c06fabc..046898c 100644
--- a/src/backend/access/transam/xact.c
+++ b/src/backend/access/transam/xact.c
@@ -1164,7 +1164,7 @@ RecordTransactionCommit(void)
* vacuum. Hence we emit a bespoke record for the invalidations. We
* don't want to use that in case a commit record is emitted, so they
* happen synchronously with commits (besides not wanting to emit more
- * WAL recoreds).
+ * WAL records).
*/
if (nmsgs != 0)
{
Re: Fix a typo in xact.c
On Mon, Nov 27, 2017 at 8:29 PM, Masahiko Sawada <sawada.mshk@gmail.com> wrote:
Attached patch for $subject.
s/recoreds/record/
Committed.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
Re: Fix a typo in xact.c
On Tue, Nov 28, 2017 at 10:22 PM, Robert Haas <robertmhaas@gmail.com> wrote:
On Mon, Nov 27, 2017 at 8:29 PM, Masahiko Sawada <sawada.mshk@gmail.com> wrote:
Attached patch for $subject.
s/recoreds/record/
Committed.
Thank you!
Regards,
--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center