Add test for REPLICA IDENTITY with a temporal key
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 8 May 2024 13:24:48 +0000 (15:24 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 8 May 2024 13:24:48 +0000 (15:24 +0200)
commit482e108cd38db5366c52a6b1f4180f34c1796155
tree227b3c60637573cc367a64c63d74f3aeb9c1ff75
parent84f08f2215754cd03feaa82bbdf10fc114458b26
Add test for REPLICA IDENTITY with a temporal key

You can only use REPLICA IDENTITY USING INDEX with a unique B-tree
index.  This commit just adds a test showing that you cannot use it
with a WITHOUT OVERLAPS index (which is GiST).

Author: Paul A. Jungwirth <pj@illuminatedcomputing.com>
Discussion: https://www.postgresql.org/message-id/3775839b-3f0f-4c8a-ac03-a253222e6a4b%40illuminatedcomputing.com
src/test/regress/expected/without_overlaps.out
src/test/regress/sql/without_overlaps.sql