aboutsummaryrefslogtreecommitdiff
path: root/src/tutorial/advanced.source
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2025-02-07 11:17:25 +0100
committerPeter Eisentraut <peter@eisentraut.org>2025-02-07 11:23:34 +0100
commitb92c03342dcd69d259262b06b5c290e27249cb11 (patch)
treefee9eafe74ffd6d0ce64bc42c3f5d59db41e0556 /src/tutorial/advanced.source
parentbfe21b760e039163b91279f58fd09a0298572775 (diff)
downloadpostgresql-b92c03342dcd69d259262b06b5c290e27249cb11.tar.gz
postgresql-b92c03342dcd69d259262b06b5c290e27249cb11.zip
Allow non-btree speculative insertion indexes
Previously, only btrees were supported as the arbiter index for speculative insertion because there was no way to get the equality strategy number for other index methods. We have this now (commit c09e5a6a016), so we can support this. At the moment, only btree supports unique indexes, so this does not change anything in practice, but it would allow another index method that has amcanunique to be supported. Co-authored-by: Mark Dilger <mark.dilger@enterprisedb.com> Discussion: https://www.postgresql.org/message-id/flat/E72EAA49-354D-4C2E-8EB9-255197F55330@enterprisedb.com
Diffstat (limited to 'src/tutorial/advanced.source')
0 files changed, 0 insertions, 0 deletions