Re: Unused system table columns

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Unused system table columns
Дата
Msg-id 200207152252.g6FMq1t15701@candle.pha.pa.us
обсуждение исходный текст
Ответ на Unused system table columns  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Agreed, and with schemas coming in, we are going to break so much stuff
anyway we should remove them.

---------------------------------------------------------------------------

Peter Eisentraut wrote:
> 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
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
> 

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [PATCHES] CLUSTER not lose indexes
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: plpgsql and Schemas