From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Tests for logical replication with temporal keys |
Date: | 2024-12-10 14:09:44 |
Message-ID: | E1tL0vn-002361-Jt@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Tests for logical replication with temporal keys
This covers some cases that were previously failing before the
"Support for GiST in get_equal_strategy_number()" patch.
Author: Paul A. Jungwirth <pj(at)illuminatedcomputing(dot)com>
Reviewed-by: vignesh C <vignesh21(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/CA+renyUApHgSZF9-nd-a0+OPGharLQLO=mDHcY4_qQ0+noCUVg(at)mail(dot)gmail(dot)com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/939b0908c87a7d82171097189b855e5d0d2dd716
Modified Files
--------------
src/test/subscription/meson.build | 1 +
src/test/subscription/t/034_temporal.pl | 631 ++++++++++++++++++++++++++++++++
2 files changed, 632 insertions(+)
From | Date | Subject | |
---|---|---|---|
Next Message | Noah Misch | 2024-12-10 21:54:42 | pgsql: Fix elog(FATAL) before PostmasterMain() or just after fork(). |
Previous Message | Peter Eisentraut | 2024-12-10 12:31:46 | pgsql: Support for GiST in get_equal_strategy_number() |