From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Fix ALTER TABLE / REPLICA IDENTITY for temporal tables |
Date: | 2024-11-21 12:55:22 |
Message-ID: | E1tE6iQ-002sGH-Ng@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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(at)illuminatedcomputing(dot)com>
Discussion: https://www.postgresql.org/message-id/04579cbf-b134-45e1-8f2d-8c54c849c1ee@illuminatedcomputing.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/79b575d3bc09cc67a7b5c2da454aeb35f4beccc5
Modified Files
--------------
src/backend/commands/tablecmds.c | 11 ++++++++---
src/test/regress/expected/without_overlaps.out | 20 ++++++++++++++++++--
src/test/regress/sql/without_overlaps.sql | 3 ++-
3 files changed, 28 insertions(+), 6 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Álvaro Herrera | 2024-11-21 15:59:25 | pgsql: Fix outdated bit in README.tuplock |
Previous Message | Álvaro Herrera | 2024-11-21 10:00:47 | pgsql: Unify repetitive error messages |