summaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/postgres_fdw.c
diff options
context:
space:
mode:
authorPeter Eisentraut2025-03-18 10:25:36 +0000
committerPeter Eisentraut2025-03-18 10:25:36 +0000
commitf278e1fe300ab1b7d43c3efb55a29aa17e5f5dda (patch)
treeb51f02d63bd72e47b884f2e74babb7a60b2a0283 /contrib/postgres_fdw/postgres_fdw.c
parent7317e641268fb9b08d32519920adf1f16c8591ea (diff)
Allow non-btree unique indexes for partition keys
We were rejecting non-btree indexes in some cases owing to the inability to determine the equality operators for other index AMs; that problem no longer exists, because we can look up the equality operator using COMPARE_EQ. The problem of not knowing the strategy number for equality in other index AMs is already resolved. Stop rejecting the indexes upfront, and instead reject any for which the equality operator lookup fails. Author: Mark Dilger <[email protected]> Discussion: https://www.postgresql.org/message-id/flat/[email protected]
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions