Fix ALTER TABLE / REPLICA IDENTITY for temporal tables

Peter Eisentraut <peter@eisentraut.org>

Commit: 79b575d3bc09cc67a7b5c2da454aeb35f4beccc5
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2024-11-21T12:50:18Z
Releases: 18.0
Fix ALTER TABLE / REPLICA IDENTITY for temporal tables

REPLICA IDENTITY USING INDEX did not accept a GiST index.  This should
be allowed when used as a temporal primary key.

Author: Paul Jungwirth <pj@illuminatedcomputing.com>
Discussion: https://www.postgresql.org/message-id/04579cbf-b134-45e1-8f2d-8c54c849c1ee@illuminatedcomputing.com

Files

Discussion