forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd34a74d
committed
Backpatch introduction of TupleDescAttr(tupdesc, i).
2cd7084 /c629324 change the way individual attributes in aTupleDesc are stored / accessed. To reduce the effort of makingextensions compatible with postgresql 11, and to ease futurebackpatching, backpatch introduction of TupleDescAttr() to allreleases. Do not backpatch change in storage, as that'd be a breakingchange for existing and working extensions.Author: Andres FreundDiscussion:https://postgr.es/m/20170820181723.tdswdinzptbcwhrr@alap3.anarazel.deBackpatch: 9.2-1 parent958ffb8 commitd34a74d
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
| 84 | + | |
| 85 | + | |
| 86 | + | |
84 | 87 |
| |
85 | 88 |
| |
86 | 89 |
| |
|
0 commit comments
Comments
(0)