forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit321c287
committed
Improve internal logical replication error for missing equality strategy
This "shouldn't happen", except right now it can with a temporal gistindex (to be fixed soon), because of missing gist support inget_equal_strategy_number(). But right now, the error is not caughtright away, but instead you get the subsequent error about a "missingoperator 0". This makes the error more accurate.Author: Paul Jungwirth <pj@illuminatedcomputing.com>Discussion:https://www.postgresql.org/message-id/flat/CA+renyUApHgSZF9-nd-a0+OPGharLQLO=mDHcY4_qQ0+noCUVg@mail.gmail.com1 parentd37e856 commit321c287
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
134 | 134 |
| |
135 | 135 |
| |
136 | 136 |
| |
| 137 | + | |
| 138 | + | |
137 | 139 |
| |
138 | 140 |
| |
139 | 141 |
| |
|
0 commit comments
Comments
(0)