From 30b789eafed2cbbc3de9c9025a30eefdffacb79c Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Wed, 8 Feb 2023 21:06:46 -0800 Subject: Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8 Author: Nathan Bossart Discussion: https://postgr.es/m/20230208172705.GA451849@nathanxps13 --- contrib/test_decoding/test_decoding.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'contrib/test_decoding/test_decoding.c') 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; -- cgit v1.2.3