Re: pgindent for worker.c

Amit Kapila <amit.kapila16@gmail.com>

From: Amit Kapila <amit.kapila16@gmail.com>
To: Peter Smith <smithpb2250@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-01-19T02:31:07Z
Lists: pgsql-hackers
On Tue, Jan 19, 2021 at 6:53 AM Peter Smith <smithpb2250@gmail.com> wrote:
>
> PSA a trivial patch just to pgindent the file
> src/backend/replication/logical/worker.c
>
> (I am modifying this file in a separate patch, but every time I used
> pgindent for my own code I would keep seeing these existing format
> problems).
>

Sorry for the inconvenience. This seems to be a leftover from my
commit 0926e96c49, so I will take care of this. I think we need to
change this file in the upcoming patches for logical replication of
2PC so, I'll push this change separately.

-- 
With Regards,
Amit Kapila.



Commits

  1. pgindent worker.c.

  2. Fix replication of in-progress transactions in tablesync worker.