Thread

  1. Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect

    Fujii Masao <masao.fujii@gmail.com> — 2025-12-25T07:01:28Z

    On Tue, Dec 23, 2025 at 2:05 PM Amit Kapila <amit.kapila16@gmail.com> wrote:
    > Thanks, the idea looks good now. One minor comment:
    
    Thanks for the review!
    
    >   }
    > +
    >   /*
    >
    > This appears to be an unnecessary addition in the patch.
    
    The added blank line is due to pgindent, so I didn't exclude it from the patch.
    I'm not sure what the preferred practice is for handling pgindent changes
    in older branches, but in general it seems better to keep the code clean
    and pgindent-compliant even there. Thoughts?
    
    Regards,
    
    -- 
    Fujii Masao