pgsql: Fix typo in multixact.c - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix typo in multixact.c
Date
Msg-id E1kQOAs-0006AS-JV@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix typo in multixact.c

AtEOXact_MultiXact() was referenced in two places with an incorrect
routine name.

Author: Hou Zhijie
Discussion: https://postgr.es/m/1b41e9311e8f474cb5a360292f0b3cb1@G08CNEXMBPEKD05.g08.fujitsu.local

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b90b79e1409b7cbffcadf89ae2e85c7ba1332818

Modified Files
--------------
src/backend/access/transam/multixact.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Improve set of candidate multipliers for perfect hash function g
Next
From: Tom Lane
Date:
Subject: Re: pgsql: postgres_fdw: reestablish new connection if cached one is detect