pgsql: Restore comments in ChangeVarNodesExtended()

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Restore comments in ChangeVarNodesExtended()
Date: 2025-04-28 08:22:06
Message-ID: E1u9Jkb-002Cn5-3C@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Restore comments in ChangeVarNodesExtended()

This commit restores comments in ChangeVarNodesExtended(), which were
accidentally removed by fc069a3a6319.

Reported-by: Richard Guo <guofenglinux(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAMbWs49PE3CvnV8vrQ0Dr%3DHqgZZmX0tdNbzVNJxqc8yg-8kDQQ%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/73e736137616b86d8bc21ec3cba098e187d883d5

Modified Files
--------------
src/backend/rewrite/rewriteManip.c | 14 ++++++++++++++
1 file changed, 14 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2025-04-28 12:33:22 pgsql: pg_combinebackup: Message style improvements
Previous Message Amit Kapila 2025-04-28 06:35:33 pgsql: Fix xmin advancement during fast_forward decoding.