- Notifications
You must be signed in to change notification settings - Fork5
Commit33d78c9
committed
Add SPI_push/SPI_pop calls so that datatype input and output functions called
by plpgsql can themselves use SPI --- possibly indirectly, as in the caseof domain_in() invoking plpgsql functions in a domain check constraint.Per bug #2945 from Sergiy Vyshnevetskiy.Somewhat arbitrarily, I've chosen to back-patch this as far as 8.0. Giventhe lack of prior complaints, it doesn't seem critical for 7.x.1 parentae875d3 commit33d78c9
1 file changed
+28
-2
lines changedLines changed: 28 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
4282 | 4282 |
| |
4283 | 4283 |
| |
4284 | 4284 |
| |
| 4285 | + | |
4285 | 4286 |
| |
4286 | 4287 |
| |
4287 | 4288 |
| |
4288 | 4289 |
| |
4289 | 4290 |
| |
4290 |
| - | |
| 4291 | + | |
| 4292 | + | |
| 4293 | + | |
| 4294 | + | |
| 4295 | + | |
| 4296 | + | |
| 4297 | + | |
| 4298 | + | |
| 4299 | + | |
| 4300 | + | |
| 4301 | + | |
| 4302 | + | |
| 4303 | + | |
| 4304 | + | |
| 4305 | + | |
4291 | 4306 |
| |
4292 | 4307 |
| |
4293 | 4308 |
| |
| |||
4313 | 4328 |
| |
4314 | 4329 |
| |
4315 | 4330 |
| |
| 4331 | + | |
| 4332 | + | |
| 4333 | + | |
| 4334 | + | |
4316 | 4335 |
| |
4317 | 4336 |
| |
| 4337 | + | |
| 4338 | + | |
| 4339 | + | |
4318 | 4340 |
| |
4319 | 4341 |
| |
4320 | 4342 |
| |
4321 | 4343 |
| |
| 4344 | + | |
| 4345 | + | |
4322 | 4346 |
| |
4323 | 4347 |
| |
| 4348 | + | |
| 4349 | + | |
4324 | 4350 |
| |
4325 | 4351 |
| |
4326 | 4352 |
| |
|
0 commit comments
Comments
(0)