pgsql: Remove unused argument "isSlice" from transformAssignmentSubscri

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Remove unused argument "isSlice" from transformAssignmentSubscri
Дата
Msg-id E1oZo06-000rZy-FN@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove unused argument "isSlice" from transformAssignmentSubscripts()

Since c7aba7c, the transform method used during parse analysis of a
subcripting construct has moved from transformAssignmentSubscripts() to
the per-type transform method (arrays or arbitrary types) the step that
checks for slicing support, but transformAssignmentSubscripts() has kept
traces of it.  Removing it simplifies the code, so let's clean up all
that.

Author: Zhang Mingli
Reviewed-by: Richard Guo
Discussion: https://postgr.es/m/0d7041ac-c704-48ad-86fd-e05feddf08ed@Spark

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9f65aaa408f60081a057f559b717100b55511698

Modified Files
--------------
src/backend/parser/parse_target.c | 9 ---------
1 file changed, 9 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: pgsql: Harmonize reorderbuffer parameter names.
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: pgsql: Harmonize reorderbuffer parameter names.