Unused system table columns - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Unused system table columns
Date
Msg-id Pine.LNX.4.44.0207130039000.28230-100000@localhost.localdomain
Whole thread Raw
Responses Re: Unused system table columns  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Unused system table columns  (Rod Taylor <rbt@zort.ca>)
Re: Unused system table columns  (Hannu Krosing <hannu@tm.ee>)
List pgsql-hackers
The following system table columns are currently unused and don't appear
to be in the line of resurrection.

pg_language.lancompiler
pg_operator.oprprec
pg_operator.oprisleft
pg_proc.probyte_pct
pg_proc.properbyte_cpu
pg_proc.propercall_cpu
pg_proc.prooutin_ratio
pg_shadow.usetrace
pg_type.typprtlen
pg_type.typreceive
pg_type.typsend

This adds up to quite some space -- on disk and on the screen.  I think we
should remove them.

-- 
Peter Eisentraut   peter_e@gmx.net



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: getopt_long search in configure
Next
From: Bruce Momjian
Date:
Subject: getopt bug