mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +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
|
* 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
|
* on the stream stop unless it is a tablesync worker in which case it
|
||||||
* be committed after processing all the messages. We need the transaction
|
* will be committed after processing all the messages. We need the
|
||||||
* for handling the buffile, used for serializing the streaming data and
|
* transaction for handling the buffile, used for serializing the
|
||||||
* subxact info.
|
* streaming data and subxact info.
|
||||||
*/
|
*/
|
||||||
ensure_transaction();
|
ensure_transaction();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user