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

From Peter Eisentraut
Subject pgsql: Update comment for IndexInfo.ii_NullsNotDistinct
Date
Msg-id E1uWiJg-004FJe-2n@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Update comment for IndexInfo.ii_NullsNotDistinct

Commit 7a7b3e11e61 added the ii_NullsNotDistinct 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
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/37b1fce858672bcd0350c24a9c5e4689de3a6cb7

Modified Files
--------------
src/include/nodes/execnodes.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Update comment for IndexInfo.ii_NullsNotDistinct
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix bug in archive streamer with LZ4 decompression