From: | Alexander Korotkov <akorotkov(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Revert "Refactor ChangeVarNodesExtended() using the custom callb |
Date: | 2025-05-03 20:07:29 |
Message-ID: | E1uBJ8y-0000Mr-23@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Revert "Refactor ChangeVarNodesExtended() using the custom callback"
This reverts commit 250a718aadad68793e82103282247556a46a3cfc.
It shouldn't be pushed during the release freeze.
Reported-by: Tom Lane
Discussion: https://postgr.es/m/E1uBIbY-000owH-0O%40gemulon.postgresql.org
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/2782f3b8454676c9df408aa0bc960efca0f3eb22
Modified Files
--------------
src/backend/optimizer/plan/analyzejoins.c | 160 +++---------------------------
src/backend/rewrite/rewriteManip.c | 138 ++++++++++++++++++++------
src/include/rewrite/rewriteManip.h | 17 +---
src/tools/pgindent/typedefs.list | 1 -
4 files changed, 124 insertions(+), 192 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Alexander Korotkov | 2025-05-03 20:09:21 | Re: pgsql: Refactor ChangeVarNodesExtended() using the custom callback |
Previous Message | Tom Lane | 2025-05-03 20:06:32 | Re: pgsql: Refactor ChangeVarNodesExtended() using the custom callback |