pgsql: Add test for REPLICA IDENTITY with a temporal key
Started by Peter Eisentrautabout 2 years ago1 messagescomitters
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: /messages/by-id/3775839b-3f0f-4c8a-ac03-a253222e6a4b@illuminatedcomputing.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/482e108cd38db5366c52a6b1f4180f34c1796155
Modified Files
--------------
src/test/regress/expected/without_overlaps.out | 4 ++++
src/test/regress/sql/without_overlaps.sql | 4 ++++
2 files changed, 8 insertions(+)