- Notifications
You must be signed in to change notification settings - Fork5
Commit147c248
committed
Split plpython.c into smaller pieces
This moves the code around from one huge file into hopefully logicaland more manageable modules. For the most part, the code itself wasnot touched, except: PLy_function_handler and PLy_trigger_handler wererenamed to PLy_exec_function and PLy_exec_trigger, because they werenot actually handlers in the PL handler sense, and it makes the namingmore similar to the way PL/pgSQL is organized. The initialization ofthe procedure caches was separated into a new functioninit_procedure_caches to keep the hash tables private toplpy_procedures.c.Jan Urbański and Peter Eisentraut1 parent59e242a commit147c248
File tree
28 files changed
+5842
-5442
lines changed- src/pl/plpython
28 files changed
+5842
-5442
lines changedLines changed: 14 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
42 | 54 |
| |
43 | 55 |
| |
44 | 56 |
| |
| |||
177 | 189 |
| |
178 | 190 |
| |
179 | 191 |
| |
180 |
| - | |
| 192 | + | |
181 | 193 |
| |
182 | 194 |
| |
183 | 195 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
|
0 commit comments
Comments
(0)