Is a heads-up in 9.1 in order regarding the XML-related changes in 9.2? - Mailing list pgsql-hackers

From Florian Pflug
Subject Is a heads-up in 9.1 in order regarding the XML-related changes in 9.2?
Date
Msg-id 5BC023C2-1F40-4FE5-9B62-57EFECA267B5@phlo.org
Whole thread Raw
Responses Re: Is a heads-up in 9.1 in order regarding the XML-related changes in 9.2?
List pgsql-hackers
Hi

As it stands, we're going to release 9.1, knowing that 9.2 will change the
behavior of XPATH. This brings forth the question whether we should somehow
warn about that in either the release notes or the documentation of 9.1

If we don't, then applications developed on 9.1 might contain workarounds for
the deficiencies of XPATH in that version (like for example manually escaping
its output), which make them break on 9.2. That seems a bit unfriendly.

OTOH, had we committed the changes to 9.2 a month or two from now, than
9.1 certainly couldn't have warned about them. So maybe it shouldn't thus
warn now, either.

Is there an establishes practice for situations like this, i.e. a behavior-
changing bug-fix committed to X.Y+1 before X.Y is released?

best regards,
Florian Pflug



pgsql-hackers by date:

Previous
From: Florian Pflug
Date:
Subject: Re: XMLATTRIBUTES vs. values of type XML
Next
From: Alex Hunsaker
Date:
Subject: Re: Check constraints on partition parents only?