pgsql: Tests for logical replication with temporal keys - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Tests for logical replication with temporal keys
Date
Msg-id E1tL0vn-002361-Jt@gemulon.postgresql.org
Whole thread Raw
List 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@illuminatedcomputing.com>
Reviewed-by: vignesh C <vignesh21@gmail.com>
Discussion:
https://www.postgresql.org/message-id/flat/CA+renyUApHgSZF9-nd-a0+OPGharLQLO=mDHcY4_qQ0+noCUVg@mail.gmail.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(+)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Support for GiST in get_equal_strategy_number()
Next
From: Noah Misch
Date:
Subject: pgsql: Fix elog(FATAL) before PostmasterMain() or just after fork().