Re: pgsql: Allow generalized expression syntax for partition bounds

2019-01-25 Thread Michael Paquier
On Sat, Jan 26, 2019 at 11:53:17AM +0900, Amit Langote wrote: > Have sent the patch on the -hackers thread for this patch after Tom > pointed out one of these failures. And I have commented on the patch. I noticed the thread on -hackers after going through the commits. -- Michael signature.asc

Re: pgsql: Allow generalized expression syntax for partition bounds

2019-01-25 Thread Amit Langote
On Sat, Jan 26, 2019 at 11:05 Michael Paquier wrote: > On Fri, Jan 25, 2019 at 10:37:22AM +, Peter Eisentraut wrote: > > Allow generalized expression syntax for partition bounds > > > > Previously, only literals were allowed. This change allows general > > expressions, including functions ca

Re: pgsql: Allow generalized expression syntax for partition bounds

2019-01-25 Thread Michael Paquier
On Fri, Jan 25, 2019 at 10:37:22AM +, Peter Eisentraut wrote: > Allow generalized expression syntax for partition bounds > > Previously, only literals were allowed. This change allows general > expressions, including functions calls, which are evaluated at the > time the DDL command is execut