Re: [BUGS] ltree::text not immutable?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Christoph Berg <cb(at)df7cb(dot)de>
Cc: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, pgsql-hackers(at)postgresql(dot)org, Joe Van Dyk <joe(at)tanga(dot)com>, "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: [BUGS] ltree::text not immutable?
Date: 2014-11-17 17:21:39
Message-ID: 9575.1416244899@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

Christoph Berg <cb(at)df7cb(dot)de> writes:
> Re: Tom Lane 2014-11-17 <6903(dot)1416241481(at)sss(dot)pgh(dot)pa(dot)us>
>> The point is to find out how many people care ...

> Is the point of this to figure out whether to fix this properly, or to
> revert to the old code? The current status isn't something that should
> be released with 9.5.

The warning will not be reverted, if that's what you mean. The problem
is that chkpass_in is broken by design. We need to find some actual
users of the type and see what they think is the least painful solution.
(Or, if we find out there aren't any, maybe we'll just flush the whole
module ...)

I will not promise that it will change by 9.5. It may take some time
to collect information, and 9.4 will not have been in wide use for all
that long before 9.5 freezes.

> Well atm this breaks the building of 9.5 packages. This means we are
> not going to find out if anyone cares by this way :)

You will need to adjust your test. This is by no means the first time
that we've intentionally shipped contrib modules that generate warnings;
there was that messy business with the => operator ...

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message galery 2014-11-17 19:02:01 BUG #11989: checkpoint not completed
Previous Message Christoph Berg 2014-11-17 16:38:38 Re: [HACKERS] ltree::text not immutable?

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2014-11-17 17:28:18 Re: PgBench's \setrandom could be better
Previous Message Tomas Vondra 2014-11-17 17:13:09 Re: 9.5: Better memory accounting, towards memory-bounded HashAgg