Unused system table columns

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Unused system table columns
Date: 2002-07-15 22:53:36
Message-ID: Pine.LNX.4.44.0207130039000.28230-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2002-07-15 22:54:09 Re: [PATCHES] CLUSTER not lose indexes
Previous Message Bruce Momjian 2002-07-15 22:52:01 Re: Unused system table columns