- Notifications
You must be signed in to change notification settings - Fork28
Commit27e082b
committed
Clean up in the wake of TupleDescGetSlot() removal /1076335.
The previous commit wasn't careful enough to remove all traces ofTupleDescGetSlot().Besides fixing the oversight of not removing TupleDescGetSlot()'sdeclaration, this also removes FuncCallContext->slot. That wasdocumented to be for use in combination with TupleDescGetSlot(), acursory search over extensions finds no users, and there doesn't seemto be convincing reasons to keep it around. If we later in the v12release cycle find users, we can re-consider this part of the commit.Reported-By: Michael PaquierDiscussion:https://postgr.es/m/20180926000413.GC1659@paquier.xyz1 parentea53100 commit27e082b
File tree
3 files changed
+0
-35
lines changed- doc/src/sgml
- src
- backend/utils/fmgr
- include
3 files changed
+0
-35
lines changedLines changed: 0 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2870 | 2870 |
| |
2871 | 2871 |
| |
2872 | 2872 |
| |
2873 |
| - | |
2874 |
| - | |
2875 |
| - | |
2876 |
| - | |
2877 |
| - | |
2878 |
| - | |
2879 |
| - | |
2880 |
| - | |
2881 | 2873 |
| |
2882 | 2874 |
| |
2883 | 2875 |
| |
|
Lines changed: 0 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
91 |
| - | |
92 | 91 |
| |
93 | 92 |
| |
94 | 93 |
| |
| |||
129 | 128 |
| |
130 | 129 |
| |
131 | 130 |
| |
132 |
| - | |
133 |
| - | |
134 |
| - | |
135 |
| - | |
136 |
| - | |
137 |
| - | |
138 |
| - | |
139 |
| - | |
140 |
| - | |
141 |
| - | |
142 |
| - | |
143 |
| - | |
144 |
| - | |
145 |
| - | |
146 |
| - | |
147 | 131 |
| |
148 | 132 |
| |
149 | 133 |
| |
|
Lines changed: 0 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 |
| - | |
81 |
| - | |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 | 77 |
| |
86 | 78 |
| |
87 | 79 |
| |
| |||
221 | 213 |
| |
222 | 214 |
| |
223 | 215 |
| |
224 |
| - | |
225 |
| - | |
226 | 216 |
| |
227 | 217 |
| |
228 | 218 |
| |
| |||
240 | 230 |
| |
241 | 231 |
| |
242 | 232 |
| |
243 |
| - | |
244 | 233 |
| |
245 | 234 |
| |
246 | 235 |
| |
|
0 commit comments
Comments
(0)