aboutsummaryrefslogtreecommitdiff
path: root/src/include/replication/decode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/replication/decode.h')
-rw-r--r--src/include/replication/decode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/replication/decode.h b/src/include/replication/decode.h
index a33c2a718a7..741bf65cf7a 100644
--- a/src/include/replication/decode.h
+++ b/src/include/replication/decode.h
@@ -28,7 +28,7 @@ extern void xact_decode(LogicalDecodingContext *ctx, XLogRecordBuffer *buf);
extern void standby_decode(LogicalDecodingContext *ctx, XLogRecordBuffer *buf);
extern void logicalmsg_decode(LogicalDecodingContext *ctx, XLogRecordBuffer *buf);
-extern void LogicalDecodingProcessRecord(LogicalDecodingContext *ctx,
+extern void LogicalDecodingProcessRecord(LogicalDecodingContext *ctx,
XLogReaderState *record);
#endif