Add test for REPLICA IDENTITY with a temporal key

Peter Eisentraut <peter@eisentraut.org>

Commit: 482e108cd38db5366c52a6b1f4180f34c1796155
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2024-05-08T13:24:48Z
Releases: 17.0
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

Files

Discussion