aboutsummaryrefslogtreecommitdiff
path: root/src/include/replication/logical.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/replication/logical.h')
-rw-r--r--src/include/replication/logical.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/replication/logical.h b/src/include/replication/logical.h
index 159da7f23f9..9e640be9849 100644
--- a/src/include/replication/logical.h
+++ b/src/include/replication/logical.h
@@ -19,17 +19,17 @@ struct LogicalDecodingContext;
typedef void (*LogicalOutputPluginWriterWrite) (
struct LogicalDecodingContext *lr,
- XLogRecPtr Ptr,
- TransactionId xid,
- bool last_write
+ XLogRecPtr Ptr,
+ TransactionId xid,
+ bool last_write
);
typedef LogicalOutputPluginWriterWrite LogicalOutputPluginWriterPrepareWrite;
typedef void (*LogicalOutputPluginWriterUpdateProgress) (
struct LogicalDecodingContext *lr,
- XLogRecPtr Ptr,
- TransactionId xid
+ XLogRecPtr Ptr,
+ TransactionId xid
);
typedef struct LogicalDecodingContext