pgsql: Remove redundant has_null member from PartitionBoundInfoData.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove redundant has_null member from PartitionBoundInfoData.
Date: 2017-05-17 16:52:27
Message-ID: E1dB2BX-00082G-VC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove redundant has_null member from PartitionBoundInfoData.

Jeevan Ladhe, with some changes by me.

Discussion: http://postgr.es/m/CAOgcT0NZ_30-pjBpW2OgneV1ammArHkZDZ8B_KFC3q+_Xb2H9A@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/236d6d462d2c8e4ae4ce04572cea6fe3ccc724cb

Modified Files
--------------
src/backend/catalog/partition.c | 34 +++++++++++++---------------------
1 file changed, 13 insertions(+), 21 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-05-17 17:04:08 pgsql: Revert changes to pg_basebackup and pg_waldump usage() code.
Previous Message Alvaro Herrera 2017-05-17 16:44:29 Re: [COMMITTERS] pgsql: Preventive maintenance in advance of pgindent run.