De-reserve keywords EXECUTE and STRICT in PL/pgSQL.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 999f172ded2bae7efbd8bf1dd6f823095395493f
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2025-06-30T20:59:36Z
De-reserve keywords EXECUTE and STRICT in PL/pgSQL.

On close inspection, there does not seem to be a strong reason
why these should be fully-reserved keywords.  I guess they just
escaped consideration in previous attempts to minimize PL/pgSQL's
list of reserved words.

Author: Tom Lane <tgl@sss.pgh.pa.us>
Reviewed-by: Pavel Stehule <pavel.stehule@gmail.com>
Discussion: https://postgr.es/m/2185258.1745617445@sss.pgh.pa.us

Files

Discussion