Re: [HACKERS] [PATCHES] BUG #2704: pg_class.relchecks overflow

From: Toru SHIMOGAKI <shimogaki(dot)toru(at)oss(dot)ntt(dot)co(dot)jp>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org, pgsql-bugs(at)postgresql(dot)org, pgsql-patches(at)postgresql(dot)org
Subject: Re: [HACKERS] [PATCHES] BUG #2704: pg_class.relchecks overflow
Date: 2006-11-13 04:58:02
Message-ID: 4557FB5A.4060703@oss.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers pgsql-patches


Tom Lane wrote:
> While there's not anything wrong with this proposed patch in itself,
> I have to admit that I don't see the point.

The points are:
1. It is just unpleasant to leave the overflow.
2. It is not easy for users to understand what they should do when they
encounter the error message. At least users can't understand that it is because
of the upper limit:

ERROR: unexpected constraint record found for rel test_a

I haven't found such a case in real practice. But I think the limit will be a
little closer than that is now, because constraint exclusion is expanded for
UPDATE/DELETE in 8.2 and the opportunity of using check constraint will increase
. So I investigated the upper limit and found it.

By the way, as you said, it would impose an extra burden on message translators
and I can understand your opinion. But will it lead directly to the reason that
we don't fix it?

Best regards,

--
Toru SHIMOGAKI<shimogaki(dot)toru(at)oss(dot)ntt(dot)co(dot)jp>

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message tomas 2006-11-13 05:42:08 Re: BUG #2755: strange select behavior
Previous Message Magnus Hagander 2006-11-12 20:34:30 Re: 8.2beta1 (w32): server process crash (tsvector)

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Treat 2006-11-13 05:20:15 Re: adminpack and pg_catalog
Previous Message Robert Treat 2006-11-12 23:31:52 Re: Frequent Update Project: Design Overview ofHOTUpdates

Browse pgsql-patches by date

  From Date Subject
Next Message Dave Page 2006-11-13 11:16:25
Previous Message Magnus Hagander 2006-11-12 20:42:41 Update to mingw FAQ