Re: remove unnecessary flag has_null from PartitionBoundInfoData

Jeevan Ladhe <jeevan.ladhe@enterprisedb.com>

From: Jeevan Ladhe <jeevan.ladhe@enterprisedb.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: PostgreSQL Developers <pgsql-hackers@postgresql.org>
Date: 2017-05-17T17:58:39Z
Lists: pgsql-hackers
> I committed this with fixes for those issues, plus I renamed the macro
> to partition_bound_accepts_nulls, which I think is more clear.


Thanks Robert.

Commits

  1. Always initialize PartitionBoundInfoData's null_index.

  2. Remove redundant has_null member from PartitionBoundInfoData.