pgsql: Fix typo in multixact.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo in multixact.c
Date: 2022-02-10 01:47:00
Message-ID: E1nHyY0-0000eG-21@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in multixact.c

Introduced in aa64f23.

Author: Nathan Bossart
Discussion: https://postgr.es/m/20220209175338.GB1627503@nathanxps13

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0147fc7c8c92ee22910f40b1740425f43382bc95

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

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2022-02-10 02:17:32 pgsql: Use Test::Builder::todo_start(), replacing $::TODO.
Previous Message Michael Paquier 2022-02-10 01:27:46 pgsql: Reduce more the number of calls to GetMaxBackends()