removing unnecessary get_att*() lsyscache functions - Mailing list pgsql-hackers

From Peter Eisentraut
Subject removing unnecessary get_att*() lsyscache functions
Date
Msg-id 6637b352-da49-a01e-7f0d-58f573853043@2ndquadrant.com
Whole thread Raw
Responses Re: removing unnecessary get_att*() lsyscache functions  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
I noticed that get_attidentity() isn't really necessary because the
information can be obtained from an existing tuple descriptor in each case.

Also, get_atttypmod() hasn't been used since 2004.

I propose the attached patches to remove these two functions.

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

Attachment

pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Making all nbtree entries unique by having heap TIDs participatein comparisons
Next
From: Peter Eisentraut
Date:
Subject: Re: Large writable variables