Re: misleading error message in ProcessUtilitySlow T_CreateStatsStmt

From: jian he <jian(dot)universality(at)gmail(dot)com>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Álvaro Herrera <alvherre(at)kurilemu(dot)de>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Kirill Reshke <reshkekirill(at)gmail(dot)com>
Subject: Re: misleading error message in ProcessUtilitySlow T_CreateStatsStmt
Date: 2025-10-02 03:30:23
Message-ID: CACJufxGFtQR8D=L8xEP=0DCwiCmH4mr_XqKvgavPPRq7zC38-Q@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

hi.

moving all code in ProcessUtilitySlow (case T_CreateStatsStmt:)
to CreateStatistic seems more intuitive to me.

so I rebased v3.

Attachment Content-Type Size
v5-0001-refactor-CreateStatsStmt.patch text/x-patch 5.2 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message John Naylor 2025-10-02 05:25:59 Re: Proposal for enabling auto-vectorization for checksum calculations
Previous Message Tom Lane 2025-10-02 03:21:48 Re: Teaching planner to short-circuit empty UNION/EXCEPT/INTERSECT inputs