Re: proposal: plpgsql, new check for extra_errors - strict_expr_check

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Gilles Darold <gilles(at)darold(dot)net>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: proposal: plpgsql, new check for extra_errors - strict_expr_check
Date: 2025-06-07 17:11:16
Message-ID: CAFj8pRAJShTGRL_d_CgXr6FskRTXmx9S43huNNhjnKxYLfFwTg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi

only rebase

Regards

Pavel

Attachment Content-Type Size
v20250607-0003-set-plpgsql.extra_errors-to-none.patch text/x-patch 17.1 KB
v20250607-0001-use-strict-rules-for-parsing-PL-pgSQL-expressions.patch text/x-patch 17.2 KB
v20250607-0002-simply-check-of-strict-expr-check-on-regress-test.patch text/x-patch 17.2 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Mark Dake 2025-06-07 20:11:40 Feature Request: Declarative Optimistic Locking via ON NO ROWS for UPDATE/DELETE
Previous Message Sami Imseih 2025-06-07 16:22:10 Re: [PATCH] Re: Proposal to Enable/Disable Index using ALTER INDEX