pgsql: Fix wrong error reports in 'number of array dimensions exceeds t - Mailing list pgsql-committers

From Itagaki Takahiro
Subject pgsql: Fix wrong error reports in 'number of array dimensions exceeds t
Date
Msg-id E1PkASE-00021S-Ey@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL8_4_STABLE

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

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 by date:

Previous
From: Itagaki Takahiro
Date:
Subject: pgsql: Add a link from client_encoding parameter to the list of charact
Next
From: Itagaki Takahiro
Date:
Subject: pgsql: Fix wrong error reports in 'number of array dimensions exceeds t