diff options
| author | Peter Eisentraut <peter@eisentraut.org> | 2020-08-08 07:31:52 +0200 |
|---|---|---|
| committer | Peter Eisentraut <peter@eisentraut.org> | 2020-08-08 07:31:52 +0200 |
| commit | a13421c96c0e8ffa34310f92d03d0e6f3bfa27f8 (patch) | |
| tree | ef4bb74a671b9f0c2a8969e6fe8c620e29944bfa /src/include | |
| parent | 7259736a6e5b7c7588fff9578370736a6648acbb (diff) | |
Add some const decorations
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/replication/logical.h | 2 |
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, |
