forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit79b575d
committed
Fix ALTER TABLE / REPLICA IDENTITY for temporal tables
REPLICA IDENTITY USING INDEX did not accept a GiST index. This shouldbe 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.com1 parentda94e87 commit79b575d
File tree
3 files changed
+28
-6
lines changed- src
- backend/commands
- test/regress
- expected
- sql
3 files changed
+28
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17296 | 17296 | | |
17297 | 17297 | | |
17298 | 17298 | | |
17299 | | - | |
17300 | | - | |
17301 | | - | |
| 17299 | + | |
| 17300 | + | |
| 17301 | + | |
| 17302 | + | |
| 17303 | + | |
| 17304 | + | |
| 17305 | + | |
| 17306 | + | |
17302 | 17307 | | |
17303 | 17308 | | |
17304 | 17309 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
978 | 978 | | |
979 | 979 | | |
980 | 980 | | |
981 | | - | |
| 981 | + | |
| 982 | + | |
| 983 | + | |
| 984 | + | |
| 985 | + | |
| 986 | + | |
| 987 | + | |
| 988 | + | |
| 989 | + | |
982 | 990 | | |
983 | | - | |
| 991 | + | |
| 992 | + | |
| 993 | + | |
| 994 | + | |
| 995 | + | |
| 996 | + | |
| 997 | + | |
| 998 | + | |
| 999 | + | |
984 | 1000 | | |
985 | 1001 | | |
986 | 1002 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
691 | 691 | | |
692 | 692 | | |
693 | 693 | | |
694 | | - | |
| 694 | + | |
695 | 695 | | |
| 696 | + | |
696 | 697 | | |
697 | 698 | | |
698 | 699 | | |
| |||
0 commit comments
Comments
(0)