mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Fix some typos
Author: Yongtao Huang Discussion: https://postgr.es/m/CAOe1Go1F99o5JsphtXdDC5bxm7AzetU8q3AxLh4AAVGKu1AzEQ@mail.gmail.com
This commit is contained in:
@ -332,7 +332,7 @@ static TransactionId stream_xid = InvalidTransactionId;
|
||||
*/
|
||||
static uint32 parallel_stream_nchanges = 0;
|
||||
|
||||
/* Are we initializing a apply worker? */
|
||||
/* Are we initializing an apply worker? */
|
||||
bool InitializingApplyWorker = false;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user