From: | Daniel Gustafsson <daniel(at)yesql(dot)se> |
---|---|
To: | Amit Kapila <akapila(at)postgresql(dot)org> |
Cc: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | Re: pgsql: Fix fetching default toast value during decoding of in-progress |
Date: | 2024-10-07 10:44:19 |
Message-ID: | 8C2F86AA-981E-4803-B14D-E264C0255330@yesql.se |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
> On 7 Oct 2024, at 12:22, Amit Kapila <akapila(at)postgresql(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Kapila | 2024-10-07 10:46:47 | Re: pgsql: Fix fetching default toast value during decoding of in-progress |
Previous Message | Amit Kapila | 2024-10-07 10:22:57 | pgsql: Fix fetching default toast value during decoding of in-progress |