Fix wrong error reports in 'number of array dimensions exceeds the
Itagaki Takahiro <itagaki.takahiro@gmail.com>
Fix wrong error reports in 'number of array dimensions exceeds the maximum allowed' messages, that have reported one-less dimensions. Alexey Klyukin
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/execQual.c | modified | +2 −2 |
| src/backend/utils/adt/arrayfuncs.c | modified | +2 −2 |
| src/pl/plpgsql/src/pl_exec.c | modified | +1 −1 |