forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite798d09
committed
Fix OID passed to object-alter hook during ALTER CONSTRAINT
The OID of the constraint is used instead of the OID of the trigger --an easy mistake to make. Apparently the object-alter hooks are not verywell tested :-(Backpatch to 12, where this typo was introduced by578b229Discussion:https://postgr.es/m/20210503231633.GA6994@alvherre.pgsql1 parentc98a6d7 commite798d09
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10319 | 10319 |
| |
10320 | 10320 |
| |
10321 | 10321 |
| |
10322 |
| - | |
| 10322 | + | |
10323 | 10323 |
| |
10324 | 10324 |
| |
10325 | 10325 |
| |
|
0 commit comments
Comments
(0)