Thread
Commits
-
Don't elide casting to typmod -1.
- f230614da28b 12.9 landed
- dede14399781 13.5 landed
- 923b7efc2598 10.19 landed
- 914e54501bcc 11.14 landed
- 183b3acedab9 9.6.24 landed
-
So, about that cast-to-typmod-minus-one business
Tom Lane <tgl@sss.pgh.pa.us> — 2021-09-18T17:06:47Z
We had left it as an open issue whether or not to risk back-patching 5c056b0c2 into stable branches [1]. While updating the v14 release notes, I realized that we can't put off that decision any longer, because we have to decide now whether to document that as a new behavior in v14. I'm inclined to back-patch, since nobody has complained about this in 14beta3. Thoughts? regards, tom lane [1] https://www.postgresql.org/message-id/flat/CABNQVagu3bZGqiTjb31a8D5Od3fUMs7Oh3gmZMQZVHZ%3DuWWWfQ%40mail.gmail.com
-
Re: So, about that cast-to-typmod-minus-one business
Zhihong Yu <zyu@yugabyte.com> — 2021-09-18T17:59:38Z
On Sat, Sep 18, 2021 at 10:06 AM Tom Lane <tgl@sss.pgh.pa.us> wrote: > We had left it as an open issue whether or not to risk back-patching > 5c056b0c2 into stable branches [1]. While updating the v14 release notes, > I realized that we can't put off that decision any longer, because we > have to decide now whether to document that as a new behavior in v14. > > I'm inclined to back-patch, since nobody has complained about this > in 14beta3. Thoughts? > > regards, tom lane > > [1] > https://www.postgresql.org/message-id/flat/CABNQVagu3bZGqiTjb31a8D5Od3fUMs7Oh3gmZMQZVHZ%3DuWWWfQ%40mail.gmail.com > > > Hi, +1 to backporting. Thanks
-
Re: So, about that cast-to-typmod-minus-one business
Dean Rasheed <dean.a.rasheed@gmail.com> — 2021-09-18T21:44:42Z
On Sat, 18 Sep 2021, 18:06 Tom Lane, <tgl@sss.pgh.pa.us> wrote: > > I'm inclined to back-patch > +1 Regards, Dean >
-
Re: So, about that cast-to-typmod-minus-one business
Tony ZHU <devops@ww-it.cn> — 2021-09-19T01:43:22Z
+1 backporting Tony On 2021/9/19 01:06, Tom Lane wrote: > We had left it as an open issue whether or not to risk back-patching > 5c056b0c2 into stable branches [1]. While updating the v14 release notes, > I realized that we can't put off that decision any longer, because we > have to decide now whether to document that as a new behavior in v14. > > I'm inclined to back-patch, since nobody has complained about this > in 14beta3. Thoughts? > > regards, tom lane > > [1] https://www.postgresql.org/message-id/flat/CABNQVagu3bZGqiTjb31a8D5Od3fUMs7Oh3gmZMQZVHZ%3DuWWWfQ%40mail.gmail.com
-
Re: So, about that cast-to-typmod-minus-one business
Tom Lane <tgl@sss.pgh.pa.us> — 2021-09-20T15:49:53Z
Dean Rasheed <dean.a.rasheed@gmail.com> writes: > On Sat, 18 Sep 2021, 18:06 Tom Lane, <tgl@sss.pgh.pa.us> wrote: >> I'm inclined to back-patch > +1 Done. regards, tom lane