1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-27 00:12:01 +03:00

Add some const decorations

This commit is contained in:
Peter Eisentraut
2020-08-08 07:31:52 +02:00
parent 7259736a6e
commit a13421c96c
2 changed files with 4 additions and 4 deletions

View File

@@ -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,