Re: BUG #16325: Assert failure on partitioning by int for a text value with a collation
Dmitry Dolgov <9erthalion6@gmail.com>
From: Dmitry Dolgov <9erthalion6@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: exclusion@gmail.com, pgsql-bugs@lists.postgresql.org
Date: 2020-04-08T08:20:32Z
Lists: pgsql-bugs
> On Wed, Apr 08, 2020 at 03:06:39PM +0900, Michael Paquier wrote: > > I was considering this stuff again, and I got cold feet regarding the > fact that we may be able to hit the case of a collation not set if the > type is collatable depending on how the restrictions now in place for > partition bound expressions get lifted in the future, so I have > committed what you sent as v1, after changing the first error message > to use "partition bound expression" and after adding a comment on top > of the new checks. Thanks!
Commits
-
Fix crash when using COLLATE in partition bound expressions
- 0a9ae1800f67 12.3 landed
- c0187869a0f6 13.0 landed