From 890194f14d6ff6838d79215b8ba62786185aa9a2 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Wed, 12 Mar 2014 14:03:09 -0400 Subject: Comment fixes related to logical decoding. Andres Freund, per complaints by Peter Eisentraut. --- contrib/test_decoding/test_decoding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 e356c7ca675..31aa0122d8c 100644 --- a/contrib/test_decoding/test_decoding.c +++ b/contrib/test_decoding/test_decoding.c @@ -33,6 +33,7 @@ PG_MODULE_MAGIC; +/* These must be available to pg_dlsym() */ extern void _PG_init(void); extern void _PG_output_plugin_init(OutputPluginCallbacks *cb); @@ -43,7 +44,6 @@ typedef struct bool include_timestamp; } TestDecodingData; -/* These must be available to pg_dlsym() */ static void pg_decode_startup(LogicalDecodingContext *ctx, OutputPluginOptions *opt, bool is_init); static void pg_decode_shutdown(LogicalDecodingContext *ctx); -- cgit v1.2.3