On 2018/01/27 0:30, Robert Haas wrote: > On Thu, Jan 25, 2018 at 8:44 PM, Amit Langote > <langote_amit...@lab.ntt.co.jp> wrote: >> Attached updated patch. > > I wonder if this patch is just parser bloat without any real benefit. > It can't be very common to want to partition on a Boolean column, and > if you do, all this patch does is let you drop the quotes. That's not > really a big deal, is it?
Yeah, maybe it isn't because Boolean partitioning is rarely used, but I thought it wasn't nice that only the partition bound syntax requires specifying the quotes around Boolean values. Apparently others felt the same, because I only found out about this oversight after someone pointed it out to me [1]. I agree that the patch is bigger than it had to be, which I have tried to fix in the patch that I will post in reply to Tom's email on this thread. Thanks, Amit [1] https://www.postgresql.org/message-id/20171128.203915.26713586.horiguchi.kyotaro%40lab.ntt.co.jp