pgsql: Fix typo in comment.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo in comment.
Date: 2018-03-22 17:36:44
Message-ID: E1ez48q-0006Qr-GS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in comment.

Michael Paquier

Discussion: http://postgr.es/m/20180205071404.GB17337@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8a8c4f3b325ea00cc4ffb106a71e65e79c5d7af9

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 Robert Haas 2018-03-22 17:51:11 pgsql: Avoid creating a TOAST table for a partitioned table.
Previous Message Fabien COELHO 2018-03-22 17:28:27 Re: pgsql: Add \if support to pgbench