Get rid of system attributes in pg_attribute? - Mailing list pgsql-hackers

From Tom Lane
Subject Get rid of system attributes in pg_attribute?
Date
Msg-id 20911.1108759736@sss.pgh.pa.us
Whole thread Raw
Responses Re: Get rid of system attributes in pg_attribute?  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
List pgsql-hackers
I'm wondering how useful it is to store explicit representations of the
system attributes in pg_attribute.  We could very easily hard-wire those
things instead, which would make for a large reduction in the number of
entries in pg_attribute.  (In the current regression database nearly
half of the rows have attnum < 0.)  I think the impact on the backend
would be pretty minimal, but I'm wondering if removing these entries
would be likely to break any client-side code.  Does anyone know of
client code that actually pays attention to pg_attribute rows with
negative attnums?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: Data loss, vacuum, transaction wrap-around
Next
From: Tom Lane
Date:
Subject: Re: Data loss, vacuum, transaction wrap-around