pgsql: Fix nbtree "deduce NOT NULL" scan key comment.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix nbtree "deduce NOT NULL" scan key comment.
Date: 2024-04-16 16:04:45
Message-ID: E1rwlIa-002MbC-UU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix nbtree "deduce NOT NULL" scan key comment.

Oversight in commit c9c0589fda.

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-04-16 16:31:47 pgsql: Fix assorted bugs in ecpg's macro mechanism.
Previous Message Tom Lane 2024-04-16 15:38:10 pgsql: Undo incorrect typedefs.list change.