> On 7 Oct 2024, at 12:22, Amit Kapila <[email protected]> wrote:
>
> Fix fetching default toast value during decoding of in-progress transactions.
v14&v15 on adder seems a bit unhappy in the test_decoding test suite:
diff -U3
/home/bf/bf-build/adder/REL_15_STABLE/pgsql/contrib/test_decoding/expected/stream.out
/home/bf/bf-build/adder/REL_15_STABLE/pgsql.build/contrib/test_decoding/results/stream.out
---
/home/bf/bf-build/adder/REL_15_STABLE/pgsql/contrib/test_decoding/expected/stream.out
2024-10-07 10:32:27.335115607 +0000
+++
/home/bf/bf-build/adder/REL_15_STABLE/pgsql.build/contrib/test_decoding/results/stream.out
2024-10-07 10:40:26.551319947 +0000
@@ -122,7 +122,7 @@
SELECT count(*) FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL,
'include-xids', '0', 'skip-empty-xacts', '1', 'stream-changes', '1');
count
-------
- 315
+ 0
(1 row)
COMMIT;
--
Daniel Gustafsson