forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit53ef6c4
committed
Expose a few more PL/pgSQL functions to debugger plugins.
Add exec_assign_value, exec_eval_datum, and exec_cast_valueto the set of functions a PL/pgSQL debugger plugin canconveniently call. This allows more convenient manipulationof the values of PL/pgSQL function variables.Pavel Stehule, reviewed by Aleksander Alekseev and myselfDiscussion:https://postgr.es/m/CAFj8pRD+dBPU0T-KrkP7ef6QNPDEsjYCejEsBe07NDq8TybOkA@mail.gmail.com1 parent9f91344 commit53ef6c4
2 files changed
+31
-8
lines changedLines changed: 7 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4077 | 4077 |
| |
4078 | 4078 |
| |
4079 | 4079 |
| |
4080 |
| - | |
4081 |
| - | |
4082 |
| - | |
4083 |
| - | |
| 4080 | + | |
| 4081 | + | |
| 4082 | + | |
| 4083 | + | |
4084 | 4084 |
| |
4085 | 4085 |
| |
4086 | 4086 |
| |
4087 | 4087 |
| |
4088 | 4088 |
| |
| 4089 | + | |
| 4090 | + | |
| 4091 | + | |
4089 | 4092 |
| |
4090 | 4093 |
| |
4091 | 4094 |
| |
|
Lines changed: 24 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1120 | 1120 |
| |
1121 | 1121 |
| |
1122 | 1122 |
| |
1123 |
| - | |
1124 |
| - | |
1125 |
| - | |
| 1123 | + | |
| 1124 | + | |
| 1125 | + | |
| 1126 | + | |
| 1127 | + | |
| 1128 | + | |
| 1129 | + | |
| 1130 | + | |
| 1131 | + | |
| 1132 | + | |
| 1133 | + | |
1126 | 1134 |
| |
1127 | 1135 |
| |
1128 | 1136 |
| |
| |||
1135 | 1143 |
| |
1136 | 1144 |
| |
1137 | 1145 |
| |
1138 |
| - | |
| 1146 | + | |
| 1147 | + | |
1139 | 1148 |
| |
| 1149 | + | |
| 1150 | + | |
| 1151 | + | |
| 1152 | + | |
| 1153 | + | |
| 1154 | + | |
| 1155 | + | |
| 1156 | + | |
| 1157 | + | |
| 1158 | + | |
| 1159 | + | |
1140 | 1160 |
| |
1141 | 1161 |
| |
1142 | 1162 |
| |
|
0 commit comments
Comments
(0)