forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd2cc897
committed
PL/pgSQL: Extend test case
This test was supposed to check the interaction of INOUT and defaultparameters in a procedure call, but it only checked the case where theparameter was not supplied. Now it also checks the case where theparameter was supplied. It was already working correctly, so no codechanges required.1 parentd10f774 commitd2cc897
File tree
2 files changed
+16
-0
lines changed- src/pl/plpgsql/src
- expected
- sql
2 files changed
+16
-0
lines changedLines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
233 | 233 |
| |
234 | 234 |
| |
235 | 235 |
| |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
236 | 242 |
| |
237 | 243 |
| |
238 | 244 |
| |
239 | 245 |
| |
240 | 246 |
| |
241 | 247 |
| |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
242 | 252 |
| |
243 | 253 |
| |
244 | 254 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
212 | 212 |
| |
213 | 213 |
| |
214 | 214 |
| |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
215 | 221 |
| |
216 | 222 |
| |
217 | 223 |
| |
|
0 commit comments
Comments
(0)