- Notifications
You must be signed in to change notification settings - Fork4.9k
Commita77dd53
committed
Remove PortalGetQueryDesc()
After having gotten rid of PortalGetHeapMemory(), there seems littlereason to keep one Portal access macro around that offers no actualabstraction and isn't consistently used anyway.Reviewed-by: Andrew Dunstan <andrew.dunstan@2ndquadrant.com>Reviewed-by: Alvaro Herrera <alvherre@alvh.no-ip.org>1 parent0f7c49e commita77dd53
File tree
4 files changed
+5
-10
lines changed- src
- backend
- commands
- executor
- tcop
- include/utils
4 files changed
+5
-10
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
277 | 277 |
| |
278 | 278 |
| |
279 | 279 |
| |
280 |
| - | |
| 280 | + | |
281 | 281 |
| |
282 | 282 |
| |
283 | 283 |
| |
| |||
317 | 317 |
| |
318 | 318 |
| |
319 | 319 |
| |
320 |
| - | |
| 320 | + | |
321 | 321 |
| |
322 | 322 |
| |
323 | 323 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
78 |
| - | |
| 78 | + | |
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
885 | 885 |
| |
886 | 886 |
| |
887 | 887 |
| |
888 |
| - | |
| 888 | + | |
889 | 889 |
| |
890 | 890 |
| |
891 | 891 |
| |
| |||
1694 | 1694 |
| |
1695 | 1695 |
| |
1696 | 1696 |
| |
1697 |
| - | |
| 1697 | + | |
1698 | 1698 |
| |
1699 | 1699 |
| |
1700 | 1700 |
| |
|
Lines changed: 0 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
198 | 198 |
| |
199 | 199 |
| |
200 | 200 |
| |
201 |
| - | |
202 |
| - | |
203 |
| - | |
204 |
| - | |
205 |
| - | |
206 | 201 |
| |
207 | 202 |
| |
208 | 203 |
| |
|
0 commit comments
Comments
(0)