diff options
author | Andres Freund <andres@anarazel.de> | 2023-02-08 21:06:46 -0800 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2023-02-08 21:06:46 -0800 |
commit | 30b789eafed2cbbc3de9c9025a30eefdffacb79c (patch) | |
tree | 5ee6f2f2620b65ebfb69d018ce56c8211adf7df5 /contrib/test_decoding | |
parent | 28e626bde00efe8051fbd677227c97b1aa3c6a1a (diff) | |
download | postgresql-30b789eafed2cbbc3de9c9025a30eefdffacb79c.tar.gz postgresql-30b789eafed2cbbc3de9c9025a30eefdffacb79c.zip |
Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8
Author: Nathan Bossart <nathandbossart@gmail.com>
Discussion: https://postgr.es/m/20230208172705.GA451849@nathanxps13
Diffstat (limited to 'contrib/test_decoding')
-rw-r--r-- | contrib/test_decoding/test_decoding.c | 2 |
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; |