forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2d6c375
committed
Back out patch. This should be done like other server-side languages.
---------------------------------------------------------------------------This patch allows the PL/Python module to do (SRF) functions.The patch was taken from the CVS version.I have modified the plpython.c file and have added a test sql script fortesting the functionality. It was actually the script that was in the8.0.3 version but have since been removed.In order to signal the end of a set, the called python function mustsimply return plpy.EndOfSet and the set would be returned.Gerrit van Dyk1 parent576ac4b commit2d6c375
2 files changed
+1
-28
lines changedLines changed: 1 addition & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
| |||
286 | 286 |
| |
287 | 287 |
| |
288 | 288 |
| |
289 |
| - | |
290 |
| - | |
291 |
| - | |
292 | 289 |
| |
293 | 290 |
| |
294 | 291 |
| |
| |||
773 | 770 |
| |
774 | 771 |
| |
775 | 772 |
| |
776 |
| - | |
777 |
| - | |
778 |
| - | |
779 |
| - | |
780 |
| - | |
781 |
| - | |
782 |
| - | |
783 |
| - | |
784 |
| - | |
785 |
| - | |
786 | 773 |
| |
787 | 774 |
| |
788 | 775 |
| |
| |||
2330 | 2317 |
| |
2331 | 2318 |
| |
2332 | 2319 |
| |
2333 |
| - | |
2334 | 2320 |
| |
2335 | 2321 |
| |
2336 | 2322 |
| |
2337 |
| - | |
2338 | 2323 |
| |
2339 | 2324 |
| |
2340 | 2325 |
| |
|
Lines changed: 0 additions & 12 deletions
This file was deleted.
0 commit comments
Comments
(0)