pgsql: Fix comment on gist_stratnum_btree

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comment on gist_stratnum_btree
Date: 2024-01-25 06:29:16
Message-ID: E1rStEi-0030BR-T1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix comment on gist_stratnum_btree

We give results for <, <=, =, >=, and >, not just =. Because why not?

Author: Paul A. Jungwirth <pj(at)illuminatedcomputing(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/CA+renyUApHgSZF9-nd-a0+OPGharLQLO=mDHcY4_qQ0+noCUVg(at)mail(dot)gmail(dot)com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/86232a49a4373013056e8d38118339b8e7675ea0

Modified Files
--------------
contrib/btree_gist/btree_gist.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2024-01-25 06:58:32 pgsql: Allow to enable failover property for replication slots via SQL
Previous Message Fujii Masao 2024-01-25 03:52:20 pgsql: Remove redundant HandleWalWriterInterrupts().