pgsql: Fix comment in xact.h

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comment in xact.h
Date: 2019-11-20 08:49:25
Message-ID: E1iXLfx-0004uq-UO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix comment in xact.h

xl_xact_relfilenodes refers to a number of relations, not XIDs, whose
relfilenodes are processed.

Author: Yu Kimura
Discussion: https://postgr.es/m/a6ba6cf6bd0c990e019f008bae83437f@oss.nttdata.com

Branch
------
master

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

Modified Files
--------------
src/include/access/xact.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2019-11-20 16:07:19 pgsql: Remove incorrect markup
Previous Message Thomas Munro 2019-11-20 05:32:43 pgsql: Handle ReadFile() EOF correctly on Windows.