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:23:55 +0000 (15:23 +0900)
commit9a012852897fec73ed1459486d6e8426c674d9ad
tree1177bd7350b6e1bf561823552ed1f4b2421d07b8
parent6bfa6b0867c370d72cbaeba18d6d3a5d80eae0e7
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