Re: pgsql: Fix fetching default toast value during decoding of in-progress - Mailing list pgsql-committers

From Daniel Gustafsson
Subject Re: pgsql: Fix fetching default toast value during decoding of in-progress
Date
Msg-id 8C2F86AA-981E-4803-B14D-E264C0255330@yesql.se
Whole thread Raw
In response to pgsql: Fix fetching default toast value during decoding of in-progress  (Amit Kapila <akapila@postgresql.org>)
Responses Re: pgsql: Fix fetching default toast value during decoding of in-progress
List pgsql-committers
> On 7 Oct 2024, at 12:22, Amit Kapila <akapila@postgresql.org> 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




pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Fix fetching default toast value during decoding of in-progress
Next
From: Amit Kapila
Date:
Subject: Re: pgsql: Fix fetching default toast value during decoding of in-progress