remove ATTRIBUTE_FIXED_PART_SIZE

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: remove ATTRIBUTE_FIXED_PART_SIZE
Date: 2018-08-18 18:27:36
Message-ID: 7c7d41c1-fd5d-f9a5-afd5-f00168d91fe2@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Since the introduction of the CATALOG_VARLEN stuff, the fixed size of
pg_attribute is exactly sizeof(FormData_pg_attribute), so the ancient
mechanism to track the fixed size manually using
ATTRIBUTE_FIXED_PART_SIZE can be removed.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment Content-Type Size
0001-Remove-ATTRIBUTE_FIXED_PART_SIZE.patch text/plain 8.4 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2018-08-18 18:37:00 Re: remove ATTRIBUTE_FIXED_PART_SIZE
Previous Message Hongyuan Ma 2018-08-18 18:10:34 [GSoC] Summery of pg performance farm