OSDN Git Service

Fix wrong error reports in 'number of array dimensions exceeds the
authorItagaki Takahiro <itagaki.takahiro@gmail.com>
Tue, 1 Feb 2011 06:21:32 +0000 (15:21 +0900)
committerItagaki Takahiro <itagaki.takahiro@gmail.com>
Tue, 1 Feb 2011 06:21:32 +0000 (15:21 +0900)
commit0c707aa4583a5584f4c3f4ad1697bb206ed0d65a
tree6bcf18b701e62751bbde1f89f7af286b95c5c60f
parent03282bfa8973f3a77ca3e7c14847a5a11d07d6a2
Fix wrong error reports in 'number of array dimensions exceeds the
maximum allowed' messages, that have reported one-less dimensions.

Alexey Klyukin
src/backend/executor/execQual.c
src/backend/utils/adt/arrayfuncs.c
src/pl/plpgsql/src/pl_exec.c