Probably typo in multixact.c - Mailing list pgsql-hackers

From Hou, Zhijie
Subject Probably typo in multixact.c
Date
Msg-id 1b41e9311e8f474cb5a360292f0b3cb1@G08CNEXMBPEKD05.g08.fujitsu.local
Whole thread Raw
Responses Re: Probably typo in multixact.c
List pgsql-hackers
Hi

In multixact.c I found some comments like the following:

*        Similar to AtEOX_MultiXact but for COMMIT PREPARED
* Discard the local MultiXactId cache like in AtEOX_MultiXact

Since there's no function called "AtEOX_MultiXact" in the code,
I think the "AtEOX_MultiXact" may be a typo.

AtEOXact_MultiXact seems to be the right function here.

Best regards,
houzj



Attachment

pgsql-hackers by date:

Previous
From: Ajin Cherian
Date:
Subject: Re: [HACKERS] logical decoding of two-phase transactions
Next
From: Michael Paquier
Date:
Subject: Re: Probably typo in multixact.c