mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
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:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user