- Notifications
You must be signed in to change notification settings - Fork28
Commit41bd155
committed
Fix two undocumented parameters to functions from ENR patch.
On ProcessUtility document the parameter, to match others.On CreateCachedPlan drop the queryEnv parameter. It was notreferenced within the function, and had been added on theassumption that with some unknown future usage of QueryEnvironmentit might be useful to do something there. We have avoided other"just in case" implementation of unused paramters, so drop it here.Per gripe from Tom Lane1 parentc655899 commit41bd155
File tree
6 files changed
+8
-11
lines changed- src
- backend
- commands
- executor
- tcop
- utils/cache
- include/utils
6 files changed
+8
-11
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
94 |
| - | |
| 94 | + | |
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1777 | 1777 |
| |
1778 | 1778 |
| |
1779 | 1779 |
| |
1780 |
| - | |
1781 |
| - | |
| 1780 | + | |
1782 | 1781 |
| |
1783 | 1782 |
| |
1784 | 1783 |
| |
|
Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1318 | 1318 |
| |
1319 | 1319 |
| |
1320 | 1320 |
| |
1321 |
| - | |
1322 |
| - | |
| 1321 | + | |
1323 | 1322 |
| |
1324 | 1323 |
| |
1325 | 1324 |
| |
| |||
1371 | 1370 |
| |
1372 | 1371 |
| |
1373 | 1372 |
| |
1374 |
| - | |
1375 |
| - | |
| 1373 | + | |
1376 | 1374 |
| |
1377 | 1375 |
| |
1378 | 1376 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
308 | 308 |
| |
309 | 309 |
| |
310 | 310 |
| |
| 311 | + | |
| 312 | + | |
311 | 313 |
| |
312 | 314 |
| |
313 | 315 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
151 | 151 |
| |
152 | 152 |
| |
153 | 153 |
| |
154 |
| - | |
155 |
| - | |
| 154 | + | |
156 | 155 |
| |
157 | 156 |
| |
158 | 157 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
149 | 149 |
| |
150 | 150 |
| |
151 | 151 |
| |
152 |
| - | |
153 |
| - | |
| 152 | + | |
154 | 153 |
| |
155 | 154 |
| |
156 | 155 |
| |
|
0 commit comments
Comments
(0)