On 2018/11/09 1:38, Alvaro Herrera wrote: > On 2018-Nov-09, Amit Langote wrote: > >> On Fri, Nov 9, 2018 at 1:03 AM Alvaro Herrera <alvhe...@2ndquadrant.com> >> wrote: >>> On 2018-Nov-07, Amit Langote wrote: > >>> Hmm, I'm thinking perhaps we shouldn't backpatch this part. It's >>> obviously a bug, but we might break somebody's working apps. Therefore >>> I think I'd rather leave it out of the current bugfix and commit >>> separately. >> >> Okay, that may be fine because nothing wrong is happening by silently >> ignoring the partition's specified collation. > > Actually, how about we reduce the message to a WARNING in released > branches, and ERROR in master? Broken applications would continue to > work, but users might become aware that there might be a problem.
That might work too. Would you like me to create and post patches like that for 10 and 11 branches? Thanks, Amit