Add parse location fields to NullTest and BooleanTest structs.

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

Commit: c063da1769229efa8d8d21f0d068b3199ea3a6b3
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-02-22T19:40:27Z
Releases: 9.5.0
Add parse location fields to NullTest and BooleanTest structs.

We did not need a location tag on NullTest or BooleanTest before, because
no error messages referred directly to their locations.  That's planned
to change though, so add these fields in a separate housekeeping commit.

Catversion bump because stored rules may change.

Files