remove ATTRIBUTE_FIXED_PART_SIZE - Mailing list pgsql-hackers

From Peter Eisentraut
Subject remove ATTRIBUTE_FIXED_PART_SIZE
Date
Msg-id 7c7d41c1-fd5d-f9a5-afd5-f00168d91fe2@2ndquadrant.com
Whole thread Raw
Responses Re: remove ATTRIBUTE_FIXED_PART_SIZE
List 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

pgsql-hackers by date:

Previous
From: Hongyuan Ma
Date:
Subject: [GSoC] Summery of pg performance farm
Next
From: Tom Lane
Date:
Subject: Re: remove ATTRIBUTE_FIXED_PART_SIZE