forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit00f2a25
committed
Add missing initializations of p_perminfo
Ina61b1f7, we failed to update transformFromClauseItem() andbuildNSItemFromLists() to set ParseNamespaceItem.p_perminfo causingit to point to garbage.Pointed out by Tom Lane.Reported-by: Farias de Oliveira <matheusfarias519@gmail.com>Discussion:https://postgr.es/m/3173476.1689286373%40sss.pgh.pa.usBackpatch-through: 161 parenta0363ab commit00f2a25
2 files changed
+2
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1573 | 1573 |
| |
1574 | 1574 |
| |
1575 | 1575 |
| |
| 1576 | + | |
1576 | 1577 |
| |
1577 | 1578 |
| |
1578 | 1579 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1392 | 1392 |
| |
1393 | 1393 |
| |
1394 | 1394 |
| |
| 1395 | + | |
1395 | 1396 |
| |
1396 | 1397 |
| |
1397 | 1398 |
| |
|
0 commit comments
Comments
(0)