postgres/contrib/btree_gist/expected
Peter Eisentraut 630f9a43ce Change gist stratnum function to use CompareType
This changes commit 7406ab623f in that the gist strategy number
mapping support function is changed to use the CompareType enum as
input, instead of the "well-known" RT*StrategyNumber strategy numbers.

This is a bit cleaner, since you are not dealing with two sets of
strategy numbers.  Also, this will enable us to subsume this system
into a more general system of using CompareType to define operator
semantics across index methods.

Discussion: https://www.postgresql.org/message-id/flat/E72EAA49-354D-4C2E-8EB9-255197F55330@enterprisedb.com
2025-01-15 11:34:04 +01:00
..
bit.out
bool.out Fix planner to consider matches to boolean columns in extension indexes. 2022-09-02 17:01:51 -04:00
bytea.out
cash.out
char_1.out Fix results of index-only scans on btree_gist char(N) indexes. 2022-01-08 14:54:39 -05:00
char.out Fix results of index-only scans on btree_gist char(N) indexes. 2022-01-08 14:54:39 -05:00
cidr.out
date.out
enum.out
float4.out
float8.out
inet.out Handle mixed returnable and non-returnable columns better in IOS. 2022-01-03 16:12:11 -05:00
init.out
int2.out
int4.out
int8.out
interval.out
macaddr.out
macaddr8.out
not_equal.out
numeric.out
oid.out
partitions.out Allow some exclusion constraints on partitions 2023-07-12 09:25:17 +02:00
stratnum.out Change gist stratnum function to use CompareType 2025-01-15 11:34:04 +01:00
text_1.out
text.out
time.out
timestamp.out
timestamptz.out
timetz.out
uuid.out
varbit.out
varchar_1.out
varchar.out
without_overlaps.out Add temporal FOREIGN KEY contraints 2024-09-17 11:29:30 +02:00