forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit75680c3
committed
Retire a few backwards compatibility macros.
As of commitsdd04e95 and1833f1a, tuplestore_donestoring(),SPI_push(), SPI_pop(), SPI_push_conditional(),SPI_pop_conditional(), and SPI_restore_connection() are no-opmacros provided for backwards compatibility. This commit removesthese macros, so any uses in third-party code will need to beremoved, too. Since these macros have been no-ops for a while,such adjustments won't produce any behavior changes for allcurrently-supported versions of PostgreSQL.Author: Bharath RupireddyDiscussion:https://postgr.es/m/CALj2ACVeO58JM5tK2Qa8QC-%3DkC8sdkJOTd4BFU%3DK8zs4gGYpjQ%40mail.gmail.com1 parent8a553f2 commit75680c3
2 files changed
+0
-10
lines changedLines changed: 0 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
103 |
| - | |
104 |
| - | |
105 |
| - | |
106 |
| - | |
107 |
| - | |
108 |
| - | |
109 |
| - | |
110 | 103 |
| |
111 | 104 |
| |
112 | 105 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 | 59 |
| |
63 | 60 |
| |
64 | 61 |
| |
|
0 commit comments
Comments
(0)