@@ -225,7 +225,7 @@ static void maybe_reread_subscription(void);
225
225
static void apply_dispatch (StringInfo s );
226
226
227
227
static void apply_handle_commit_internal (StringInfo s ,
228
- LogicalRepCommitData * commit_data );
228
+ LogicalRepCommitData * commit_data );
229
229
static void apply_handle_insert_internal (ResultRelInfo * relinfo ,
230
230
EState * estate , TupleTableSlot * remoteslot );
231
231
static void apply_handle_update_internal (ResultRelInfo * relinfo ,
@@ -752,10 +752,10 @@ apply_handle_stream_start(StringInfo s)
752
752
753
753
/*
754
754
* Start a transaction on stream start, this transaction will be committed
755
- * on the stream stop unless it is a tablesync worker in which case it will
756
- * be committed after processing all the messages. We need the transaction
757
- * for handling the buffile, used for serializing the streaming data and
758
- * subxact info.
755
+ * on the stream stop unless it is a tablesync worker in which case it
756
+ * will be committed after processing all the messages. We need the
757
+ * transaction for handling the buffile, used for serializing the
758
+ * streaming data and subxact info.
759
759
*/
760
760
ensure_transaction ();
761
761
@@ -1060,7 +1060,7 @@ apply_handle_stream_commit(StringInfo s)
1060
1060
* Helper function for apply_handle_commit and apply_handle_stream_commit.
1061
1061
*/
1062
1062
static void
1063
- apply_handle_commit_internal (StringInfo s , LogicalRepCommitData * commit_data )
1063
+ apply_handle_commit_internal (StringInfo s , LogicalRepCommitData * commit_data )
1064
1064
{
1065
1065
/* The synchronization worker runs in single transaction. */
1066
1066
if (IsTransactionState () && !am_tablesync_worker ())
0 commit comments