pgsql: Fix wrong error reports in 'number of array dimensions exceeds t

Поиск
Список
Период
Сортировка
От Itagaki Takahiro
Тема pgsql: Fix wrong error reports in 'number of array dimensions exceeds t
Дата
Msg-id E1PkASE-00021R-F4@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix wrong error reports in 'number of array dimensions exceeds the
maximum allowed' messages, that have reported one-less dimensions.

Alexey Klyukin

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=9a012852897fec73ed1459486d6e8426c674d9ad

Modified Files
--------------
src/backend/executor/execQual.c    |    4 ++--
src/backend/utils/adt/arrayfuncs.c |    4 ++--
src/pl/plpgsql/src/pl_exec.c       |    2 +-
3 files changed, 5 insertions(+), 5 deletions(-)


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

Предыдущее
От: Itagaki Takahiro
Дата:
Сообщение: pgsql: Fix wrong error reports in 'number of array dimensions exceeds t
Следующее
От: Simon Riggs
Дата:
Сообщение: pgsql: Re-classify ERRCODE_DATABASE_DROPPED to 57P04