Re: [PROPOSAL] new diagnostic items for the dynamic sql
От | Dinesh Chemuduru |
---|---|
Тема | Re: [PROPOSAL] new diagnostic items for the dynamic sql |
Дата | |
Msg-id | CALGdMEMTO9vu=3jy8U+-ziKK-EoBaXFE4XCMyLGbrW9oxNmDkQ@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: [PROPOSAL] new diagnostic items for the dynamic sql (Pavel Stehule <pavel.stehule@gmail.com>) |
Ответы |
Re: [PROPOSAL] new diagnostic items for the dynamic sql
|
Список | pgsql-hackers |
Thanks Zhihong/Pavel,
On Mon, 8 Nov 2021 at 10:03, Pavel Stehule <pavel.stehule@gmail.com> wrote:
po 8. 11. 2021 v 5:24 odesílatel Pavel Stehule <pavel.stehule@gmail.com> napsal:po 8. 11. 2021 v 5:07 odesílatel Pavel Stehule <pavel.stehule@gmail.com> napsal:+set_errcurrent_query (const char *query)You can remove the space prior to (.I wonder if the new field can be named current_err_query because that's what the setter implies.current_query may give the impression that the field can store normal query (which doesn't cause exception).The following code implies that only one of internalquery and current_query would be set.yes, I think so current_query is not a good name too. Maybe query can be good enough - all in ErrorData is related to errorso the name of field can be query, and routine for setting errquery or set_errqueryand this part is not correct<--><-->switch (carg->mode)
<--><-->{
<--><--><-->case RAW_PARSE_PLPGSQL_EXPR:
<--><--><--><-->errcontext("SQL expression \"%s\"", query);
<--><--><--><-->break;
<--><--><-->case RAW_PARSE_PLPGSQL_ASSIGN1:
<--><--><-->case RAW_PARSE_PLPGSQL_ASSIGN2:
<--><--><-->case RAW_PARSE_PLPGSQL_ASSIGN3:
<--><--><--><-->errcontext("PL/pgSQL assignment \"%s\"", query);
<--><--><--><-->break;
<--><--><-->default:
<--><--><--><-->set_errcurrent_query(query);
<--><--><--><-->errcontext("SQL statement \"%s\"", query);
<--><--><--><-->break;
<--><-->}
<-->}set_errcurrent_query should be outside the switchWe want PG_SQL_TEXT for assign statements too_t := (select ...);
Please find the new patch, which has the suggested changes.
RegardsPavel
Вложения
В списке pgsql-hackers по дате отправления: