Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 939b090

Browse files
committed
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
1 parent 74edabc commit 939b090

File tree

2 files changed

+632
-0
lines changed

2 files changed

+632
-0
lines changed

src/test/subscription/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ tests += {
4040
't/031_column_list.pl',
4141
't/032_subscribe_use_index.pl',
4242
't/033_run_as_table_owner.pl',
43+
't/034_temporal.pl',
4344
't/100_bugs.pl',
4445
],
4546
},

0 commit comments

Comments
 (0)