mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-17 19:30:00 +08:00
The test was unstable in branches 14 and 15 as we were relying on the
number of changes in the table having a toast column to start streaming.
On branches >= 16, we have a GUC debug_logical_replication_streaming which
can stream each change, so the test was stable in those branches.
Change the test to use PREPARE TRANSACTION as that should make the result
consistent and test the code changed in
|
||
---|---|---|
.. | ||
expected | ||
specs | ||
sql | ||
t | ||
.gitignore | ||
logical.conf | ||
Makefile | ||
meson.build | ||
test_decoding.c |