]> granicus.if.org Git - postgresql/commit
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:25:48 +0000 (15:25 +0900)
commit2da967380facb5cd0476c2692fa72588980a8a20
tree474b5ccd8f88bcf211817edd26e64df607db8ba0
parentc1da1f45a1033fecd888c56568db5ca9b1c050d2
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