Re: BUG #16006: Update queries fail on a table having any policy with a function that takes a whole-row var as arg

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Vinay Banakar <vinay.s.banakar@gmail.com>
Cc: Andres Freund <andres@anarazel.de>, pgsql-bugs@lists.postgresql.org
Date: 2019-09-13T11:59:24Z
Lists: pgsql-bugs
Vinay Banakar <vinay.s.banakar@gmail.com> writes:
> I see
> https://github.com/postgres/postgres/commit/7f1f72c44400e6fef3436b05f1ad0f6bacd03d96
> is checked in. However, do you suggest I build pg from this master branch
> for my bench marking (benchmarking pg with a particular
> dataset) or should I wait until the next STABLE release is created (if so
> do you have any information on when the next one will be released)?

The next scheduled releases are in November.

https://www.postgresql.org/developer/roadmap/

			regards, tom lane



Commits

  1. Fix usage of whole-row variables in WCO and RLS policy expressions.