forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita3eac98
committed
Fix ancient get_object_address_opf_member bug
The original coding was trying to use a TypeName as a string Value,which doesn't work; an oversight in my commita61fd53. Repair.Also, make sure we cover the broken case in the relevant test script.Backpatch to 9.5.Discussion:https://postgr.es/m/20170315151829.bhxsvrp75xdxhm3n@alvherre.pgsql1 parentcccbdde commita3eac98
File tree
3 files changed
+26
-7
lines changed- src
- backend/catalog
- test/regress
- expected
- sql
3 files changed
+26
-7
lines changedLines changed: 11 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1552 | 1552 |
| |
1553 | 1553 |
| |
1554 | 1554 |
| |
1555 |
| - | |
| 1555 | + | |
1556 | 1556 |
| |
1557 | 1557 |
| |
1558 | 1558 |
| |
| |||
1574 | 1574 |
| |
1575 | 1575 |
| |
1576 | 1576 |
| |
1577 |
| - | |
1578 |
| - | |
| 1577 | + | |
| 1578 | + | |
1579 | 1579 |
| |
1580 | 1580 |
| |
1581 | 1581 |
| |
| |||
1601 | 1601 |
| |
1602 | 1602 |
| |
1603 | 1603 |
| |
1604 |
| - | |
| 1604 | + | |
| 1605 | + | |
| 1606 | + | |
1605 | 1607 |
| |
1606 | 1608 |
| |
1607 | 1609 |
| |
| |||
1630 | 1632 |
| |
1631 | 1633 |
| |
1632 | 1634 |
| |
1633 |
| - | |
| 1635 | + | |
| 1636 | + | |
| 1637 | + | |
1634 | 1638 |
| |
1635 | 1639 |
| |
1636 | 1640 |
| |
| |||
2023 | 2027 |
| |
2024 | 2028 |
| |
2025 | 2029 |
| |
2026 |
| - | |
| 2030 | + | |
2027 | 2031 |
| |
2028 | 2032 |
| |
2029 | 2033 |
| |
| |||
2064 | 2068 |
| |
2065 | 2069 |
| |
2066 | 2070 |
| |
2067 |
| - | |
| 2071 | + | |
2068 | 2072 |
| |
2069 | 2073 |
| |
2070 | 2074 |
| |
|
Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
70 | 79 |
| |
71 | 80 |
| |
72 | 81 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
67 | 73 |
| |
68 | 74 |
| |
69 | 75 |
| |
|
0 commit comments
Comments
(0)