postgresql/src/backend/access
Peter Eisentraut 16d52fc89d Refactor sending of DataRow messages in replication protocol
Some routines open-coded the construction of DataRow messages.  Use
TupOutputState struct and associated functions instead, which was
already done in some places.

SendTimeLineHistory() is a bit more complicated and isn't converted by
this.

Reviewed-by: Nathan Bossart <nathandbossart@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/7e4fdbdc-699c-4cd0-115d-fb78a957fc22@enterprisedb.com
2022-07-06 08:42:56 +02:00
..
brin Revert changes in HOT handling of BRIN indexes 2022-06-16 15:02:49 +02:00
common Refactor sending of DataRow messages in replication protocol 2022-07-06 08:42:56 +02:00
gin Revert changes in HOT handling of BRIN indexes 2022-06-16 15:02:49 +02:00
gist Revert changes in HOT handling of BRIN indexes 2022-06-16 15:02:49 +02:00
hash Change some unnecessary MemSet calls 2022-07-01 00:16:38 +02:00
heap Revert changes in HOT handling of BRIN indexes 2022-06-16 15:02:49 +02:00
index Update copyright for 2022 2022-01-07 19:04:57 -05:00
nbtree Revert changes in HOT handling of BRIN indexes 2022-06-16 15:02:49 +02:00
rmgrdesc Pre-beta mechanical code beautification. 2022-05-12 15:17:30 -04:00
spgist Revert changes in HOT handling of BRIN indexes 2022-06-16 15:02:49 +02:00
table Remove extraneous blank lines before block-closing braces 2022-04-13 19:16:02 +02:00
tablesample Update copyright for 2022 2022-01-07 19:04:57 -05:00
transam Replace durable_rename_excl() by durable_rename(), take two 2022-07-05 10:16:12 +09:00
Makefile