You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
0 commit comments