[HACKERS] PostgreSQL 10 parenthesized single-column updates can produce errors

2017-11-01 Thread Rob McColl
ress this. Compiled and tested on Ubuntu 17.04 Linux 4.10.0-33-generic x86_64. Regression test added under the update test to cover the parenthesized single-column case. I see no reason this would affect performance. Thanks, -rob -- Rob McColl @robmccoll r...@robmccoll.com 205.422.0909 <(205)%20422-0909>

Re: [HACKERS] PostgreSQL 10 parenthesized single-column updates can produce errors

2017-10-31 Thread Rob McColl
Attaching patch... :-/ On Tue, Oct 31, 2017 at 4:27 PM, Rob McColl <r...@robmccoll.com> wrote: > Between 9.6.5 and 10, the handling of parenthesized single-column UPDATE > statements changed. In 9.6.5, they were treated identically to > unparenthesized single-column