postgresql/contrib/test_decoding
Masahiko Sawada 08e6344fd6 Remove ReorderBufferTupleBuf structure.
Since commit a4ccc1cef, the 'node' and 'alloc_tuple_size' fields of
the ReorderBufferTupleBuf structure are no longer used. This leaves
only the 'tuple' field in the structure. Since keeping a single-field
structure makes little sense, the ReorderBufferTupleBuf is removed
entirely. The code is refactored accordingly.

No back-patching since these are ABI changes in an exposed structure
and functions, and there would be some risk of breaking extensions.

Author: Aleksander Alekseev
Reviewed-by: Amit Kapila, Masahiko Sawada, Reid Thompson
Discussion: https://postgr.es/m/CAD21AoCvnuxiXXfRecp7g9+CeC35POQfhuQeJFr7_9u_Q5jc_Q@mail.gmail.com
2024-01-29 10:37:16 +09:00
..
expected Allow to enable failover property for replication slots via SQL API. 2024-01-25 12:15:46 +05:30
specs Remove incidental md5() function uses from several tests 2023-07-04 14:31:57 +02:00
sql Allow to enable failover property for replication slots via SQL API. 2024-01-25 12:15:46 +05:30
t Update copyright for 2024 2024-01-03 20:49:05 -05:00
.gitignore Improve isolation tests infrastructure. 2017-03-14 15:56:17 -07:00
Makefile Fix catalog lookup with the wrong snapshot during logical decoding. 2022-08-11 10:09:24 +05:30
logical.conf Stabilize streaming tests in test_decoding. 2022-04-20 08:59:55 +05:30
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00
test_decoding.c Remove ReorderBufferTupleBuf structure. 2024-01-29 10:37:16 +09:00