Commit 3dcf989
committed
postgres-replication: reuse underlying allocation for tuple data
The logical replication parsing routine for tuple data left some
performance on the table by copying the replication data into new
allocations instead of reusing the ones provided by the underlying
`Bytes` buffer.
Signed-off-by: Petros Angelatos <petrosagg@gmail.com>1 parent 7d2f14e commit 3dcf989
1 file changed
+16
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
445 | | - | |
446 | | - | |
447 | | - | |
| 445 | + | |
| 446 | + | |
448 | 447 | | |
449 | 448 | | |
450 | 449 | | |
| |||
778 | 777 | | |
779 | 778 | | |
780 | 779 | | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
781 | 794 | | |
782 | 795 | | |
783 | 796 | | |
| |||
0 commit comments