pgsql: Update comment for IndexInfo.ii_WithoutOverlaps - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Update comment for IndexInfo.ii_WithoutOverlaps
Date
Msg-id E1uWfxj-004EIl-0N@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Update comment for IndexInfo.ii_WithoutOverlaps

Commit fc0438b4e80 added the ii_WithoutOverlaps field, but the comment
was not updated.

Author: Japin Li <japinli@hotmail.com>
Reviewed-by: Richard Guo <guofenglinux@gmail.com>
Discussion:
https://www.postgresql.org/message-id/flat/ME0P300MB04453E6C7EA635F0ECF41BFCB6832%40ME0P300MB0445.AUSP300.PROD.OUTLOOK.COM

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7a7b3e11e6190e414ccd6ad126bed915e8be16f1

Modified Files
--------------
src/include/nodes/execnodes.h | 1 +
1 file changed, 1 insertion(+)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix outdated comment for IndexInfo
Next
From: Nathan Bossart
Date:
Subject: pgsql: Document pg_get_multixact_members().