Thread

Commits

  1. pgindent worker.c.

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

  1. pgindent for worker.c

    Peter Smith <smithpb2250@gmail.com> — 2021-01-19T01:22:45Z

    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).
    
    ----
    Kind Regards,
    Peter Smith.
    Fujitsu Australia
    
  2. Re: pgindent for worker.c

    Amit Kapila <amit.kapila16@gmail.com> — 2021-01-19T02:31:07Z

    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.