pgindent worker.c.

This is a leftover from commit 0926e96c49. Changing this separately
because this file is being modified for upcoming patch logical replication
of 2PC.

Author: Peter Smith
Discussion: https://postgr.es/m/CAHut+Ps+EgG8KzcmAyAgBUi_vuTps6o9ZA8DG6SdnO0-YuOhPQ@mail.gmail.com
This commit is contained in:
Amit Kapila 2021-01-19 08:10:13 +05:30
parent 9e7dbe3369
commit ed43677e20

View File

@ -752,10 +752,10 @@ apply_handle_stream_start(StringInfo s)
/*
* Start a transaction on stream start, this transaction will be committed
* on the stream stop unless it is a tablesync worker in which case it will
* be committed after processing all the messages. We need the transaction
* for handling the buffile, used for serializing the streaming data and
* subxact info.
* on the stream stop unless it is a tablesync worker in which case it
* will be committed after processing all the messages. We need the
* transaction for handling the buffile, used for serializing the
* streaming data and subxact info.
*/
ensure_transaction();