Add assign_expr_collations() to CreatePolicy() and AlterPolicy().

Joe Conway <mail@joeconway.com>

Commit: 808ea8fc7bb259ddd810353719cac66e85a608c8
Author: Joe Conway <mail@joeconway.com>
Date: 2015-07-11T21:19:31Z
Releases: 9.6.0
Add assign_expr_collations() to CreatePolicy() and AlterPolicy().

As noted by Noah Misch, CreatePolicy() and AlterPolicy() omit to call
assign_expr_collations() on the node trees. Fix the omission and add
his test case to the rowsecurity regression test.

Files