forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit91a6b38
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 parenta6a3a27 commit91a6b38
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9847 | 9847 |
| |
9848 | 9848 |
| |
9849 | 9849 |
| |
9850 |
| - | |
| 9850 | + | |
9851 | 9851 |
| |
9852 | 9852 |
| |
9853 | 9853 |
| |
|
0 commit comments
Comments
(0)