summaryrefslogtreecommitdiff
path: root/src/include/replication/worker_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/replication/worker_internal.h')
-rw-r--r--src/include/replication/worker_internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/replication/worker_internal.h b/src/include/replication/worker_internal.h
index 8f4bed09585..47854b5cd45 100644
--- a/src/include/replication/worker_internal.h
+++ b/src/include/replication/worker_internal.h
@@ -33,7 +33,7 @@ typedef enum LogicalRepWorkerType
WORKERTYPE_UNKNOWN = 0,
WORKERTYPE_TABLESYNC,
WORKERTYPE_APPLY,
- WORKERTYPE_PARALLEL_APPLY
+ WORKERTYPE_PARALLEL_APPLY,
} LogicalRepWorkerType;
typedef struct LogicalRepWorker
@@ -106,7 +106,7 @@ typedef enum ParallelTransState
{
PARALLEL_TRANS_UNKNOWN,
PARALLEL_TRANS_STARTED,
- PARALLEL_TRANS_FINISHED
+ PARALLEL_TRANS_FINISHED,
} ParallelTransState;
/*
@@ -130,7 +130,7 @@ typedef enum PartialFileSetState
FS_EMPTY,
FS_SERIALIZE_IN_PROGRESS,
FS_SERIALIZE_DONE,
- FS_READY
+ FS_READY,
} PartialFileSetState;
/*