- Notifications
You must be signed in to change notification settings - Fork5k
Commiteb53ff5
committed
Fix overly large values/nulls arrays
These arrays were sized with Natts_pg_trigger (19) when they should havebeen sized with Natts_pg_event_trigger (7). We'd better fix this asit's clearly a mistake and it could become problematic ifpg_event_trigger were to gain a dozen or so more columns in the future.No backpatch as there's no actual bug and the column count on thosetables isn't going to change in released versions.Author: Xin Zhang <zhanghien@qq.com>Discussion:https://postgr.es/m/tencent_05AD0FB321A414EC3661204D2102AA6EF605@qq.com1 parent508a97e commiteb53ff5
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
276 | 276 |
| |
277 | 277 |
| |
278 | 278 |
| |
279 |
| - | |
280 |
| - | |
| 279 | + | |
| 280 | + | |
281 | 281 |
| |
282 | 282 |
| |
283 | 283 |
| |
|
0 commit comments
Comments
(0)