forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd468e19
committed
Allow implicit cast from any named composite type to RECORD. At the
moment this has no particular use except to allow table rows to bepassed to record_out(), but that case seems to be useful in itselfper recent example from Elein. Further down the road we could lookat letting PL functions be declared to accept RECORD parameters.1 parent13f75e3 commitd468e19
1 file changed
+15
-1
lines changedLines changed: 15 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
318 | 318 |
| |
319 | 319 |
| |
320 | 320 |
| |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
321 | 328 |
| |
322 | 329 |
| |
323 | 330 |
| |
| |||
405 | 412 |
| |
406 | 413 |
| |
407 | 414 |
| |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
408 | 422 |
| |
409 | 423 |
| |
410 | 424 |
| |
|
0 commit comments
Comments
(0)