postgresql/contrib/test_decoding
Michael Paquier fe7fd4e961 Add regression tests for REPLICA IDENTITY with dropped indexes
REPLICA IDENTITY USING INDEX behaves the same way as NOTHING if the
associated index is dropped, even if there is a primary key that could
be used as a fallback for the changes generated.  There have never been
any tests to cover such scenarios, so this commit closes the gap.

Author: Michael Paquier
Reviewed-by: Masahiko Sawada, Rahila Syed, Euler Taveira
Discussion: https://postgr.es/m/20200522035028.GO2355@paquier.xyz
2020-08-26 20:42:27 +09:00
..
expected Add regression tests for REPLICA IDENTITY with dropped indexes 2020-08-26 20:42:27 +09:00
specs Introduce xid8-based functions to replace txid_XXX. 2020-04-07 12:04:32 +12:00
sql Add regression tests for REPLICA IDENTITY with dropped indexes 2020-08-26 20:42:27 +09:00
.gitignore Improve isolation tests infrastructure. 2017-03-14 15:56:17 -07:00
Makefile Implement streaming mode in ReorderBuffer. 2020-08-08 07:47:06 +05:30
logical.conf Add logical_decoding_work_mem to limit ReorderBuffer memory usage. 2019-11-19 07:32:36 +05:30
test_decoding.c Implement streaming mode in ReorderBuffer. 2020-08-08 07:47:06 +05:30