forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd7018ab
committed
Make record_out and record_send extract type information from the passed
record object itself, rather than relying on a second OID argument to becorrect. This patch just changes the function behavior and not thecatalogs, so it's OK to back-patch to 8.0. Will remove the now-redundantsecond argument in pg_proc in a separate patch in HEAD only.1 parent93b2477 commitd7018ab
1 file changed
+9
-27
lines changedLines changed: 9 additions & 27 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
268 | 268 |
| |
269 | 269 |
| |
270 | 270 |
| |
271 |
| - | |
| 271 | + | |
272 | 272 |
| |
273 | 273 |
| |
274 | 274 |
| |
| |||
280 | 280 |
| |
281 | 281 |
| |
282 | 282 |
| |
283 |
| - | |
284 |
| - | |
285 |
| - | |
286 |
| - | |
287 |
| - | |
288 |
| - | |
289 |
| - | |
290 |
| - | |
291 |
| - | |
292 |
| - | |
293 |
| - | |
294 |
| - | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
295 | 286 |
| |
296 | 287 |
| |
297 | 288 |
| |
| |||
613 | 604 |
| |
614 | 605 |
| |
615 | 606 |
| |
616 |
| - | |
| 607 | + | |
617 | 608 |
| |
618 | 609 |
| |
619 | 610 |
| |
| |||
625 | 616 |
| |
626 | 617 |
| |
627 | 618 |
| |
628 |
| - | |
629 |
| - | |
630 |
| - | |
631 |
| - | |
632 |
| - | |
633 |
| - | |
634 |
| - | |
635 |
| - | |
636 |
| - | |
637 |
| - | |
638 |
| - | |
639 |
| - | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
640 | 622 |
| |
641 | 623 |
| |
642 | 624 |
| |
|
0 commit comments
Comments
(0)