Re: make all ereport in gram.y print out relative location
Alvaro Herrera <alvherre@alvh.no-ip.org>
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
To: jian he <jian.universality@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-10-29T14:48:57Z
Lists: pgsql-hackers
Why remove parsePartitionStrategy? You could just add an "int location"
parameter to it.
--
Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/
"Los cuentos de hadas no dan al niño su primera idea sobre los monstruos.
Lo que le dan es su primera idea de la posible derrota del monstruo."
(G. K. Chesterton)
Commits
-
Add a parse location field to struct FunctionParameter.
- 89e51abcb290 18.0 landed
-
Make all ereport() calls within gram.y provide error locations.
- 2d8bff603c9e 18.0 landed