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

Joe Conway <mail@joeconway.com>

Commit: 7236f5b068ca78bb3e771f62ee1365ba945d4869
Author: Joe Conway <mail@joeconway.com>
Date: 2015-07-11T21:20:01Z
Releases: 9.5.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