Further fixes to the pg_get_expr() security fix in back branches.

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

Commit: 3c2da80df6bc70ab16cc1bcb30149040575b35bc
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-09-25T20:39:44Z
Releases: 8.1.22
Further fixes to the pg_get_expr() security fix in back branches.

It now emerges that the JDBC driver expects to be able to use pg_get_expr()
on an output of a sub-SELECT.  So extend the check logic to be able to recurse
into a sub-SELECT to see if the argument is ultimately coming from an
appropriate column.  Per report from Thomas Kellerer.

Files

PathChange+/−
src/backend/parser/parse_func.c modified +56 −24