summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/replication/logical.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/replication/logical.h b/src/include/replication/logical.h
index b0fae9808bf..45abc444b7a 100644
--- a/src/include/replication/logical.h
+++ b/src/include/replication/logical.h
@@ -96,7 +96,7 @@ typedef struct LogicalDecodingContext
extern void CheckLogicalDecodingRequirements(void);
-extern LogicalDecodingContext *CreateInitDecodingContext(char *plugin,
+extern LogicalDecodingContext *CreateInitDecodingContext(const char *plugin,
List *output_plugin_options,
bool need_full_snapshot,
XLogRecPtr restart_lsn,