Thanks Tom. I performed testing with the latest commit and test are running fine.
On Tue, Jun 28, 2016 at 8:14 PM, Tom Lane <t...@sss.pgh.pa.us> wrote: > Rushabh Lathia <rushabh.lat...@gmail.com> writes: > > SELECT setval('s', max(100)) from tab; > > ERROR: ORDER/GROUP BY expression not found in targetlist > > Fixed, thanks for the report! > > regards, tom lane > -- Rushabh Lathia