pgsql: Fix wrong error reports in 'number of array dimensions exceeds t

From: Itagaki Takahiro <itagaki(dot)takahiro(at)gmail(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix wrong error reports in 'number of array dimensions exceeds t
Date: 2011-02-01 07:15:10
Message-ID: E1PkASE-00021T-Hj@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_3_STABLE

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

Modified Files
--------------
src/backend/executor/execQual.c | 4 ++--
src/backend/utils/adt/arrayfuncs.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2011-02-01 08:45:20 pgsql: Re-classify ERRCODE_DATABASE_DROPPED to 57P04
Previous Message Itagaki Takahiro 2011-02-01 05:30:54 pgsql: Add a link from client_encoding parameter to the list of charact