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
-
Always initialize PartitionBoundInfoData's null_index.
- 096f1ccd5290 10.0 landed
-
Remove redundant has_null member from PartitionBoundInfoData.
- 236d6d462d2c 10.0 landed