Re: backend/nodes cleanup: Move loop variables definitions into for statement - Mailing list pgsql-hackers

From Chao Li
Subject Re: backend/nodes cleanup: Move loop variables definitions into for statement
Date
Msg-id CAEoWx2kbpZm9R1eczt93QEqJ=brOuvX3GoP_=LowoQAKX-2sDw@mail.gmail.com
Whole thread Raw
In response to Re: backend/nodes cleanup: Move loop variables definitions into for statement  (Peter Eisentraut <peter@eisentraut.org>)
List pgsql-hackers

On Wed, Nov 19, 2025 at 5:36 PM Peter Eisentraut <peter@eisentraut.org> wrote:


In a couple of cases, you are changing the type of the loop variable
from Size to int.  I would not expect such a change in a patch of this
nature.  If you have a reason to change it, please explain it (but I
doubt the change is correct).


That was a mistake. I fixed it in v3. 

Best regards,
Chao Li (Evan)
---------------------
HighGo Software Co., Ltd.
https://www.highgo.com/

 
Attachment

pgsql-hackers by date:

Previous
From: Japin Li
Date:
Subject: Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement
Next
From: Fujii Masao
Date:
Subject: Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect