summaryrefslogtreecommitdiff
path: root/contrib/test_decoding/test_decoding.c
diff options
context:
space:
mode:
authorAndres Freund2023-02-09 05:06:46 +0000
committerAndres Freund2023-02-09 05:06:46 +0000
commit30b789eafed2cbbc3de9c9025a30eefdffacb79c (patch)
tree5ee6f2f2620b65ebfb69d018ce56c8211adf7df5 /contrib/test_decoding/test_decoding.c
parent28e626bde00efe8051fbd677227c97b1aa3c6a1a (diff)
Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8
Author: Nathan Bossart <[email protected]> Discussion: https://postgr.es/m/20230208172705.GA451849@nathanxps13
Diffstat (limited to 'contrib/test_decoding/test_decoding.c')
-rw-r--r--contrib/test_decoding/test_decoding.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/test_decoding/test_decoding.c b/contrib/test_decoding/test_decoding.c
index e523d22ebac..b7e60486474 100644
--- a/contrib/test_decoding/test_decoding.c
+++ b/contrib/test_decoding/test_decoding.c
@@ -127,8 +127,6 @@ _PG_init(void)
void
_PG_output_plugin_init(OutputPluginCallbacks *cb)
{
- AssertVariableIsOfType(&_PG_output_plugin_init, LogicalOutputPluginInit);
-
cb->startup_cb = pg_decode_startup;
cb->begin_cb = pg_decode_begin_txn;
cb->change_cb = pg_decode_change;