Re: Unused system table columns

Поиск
Список
Период
Сортировка
От Hannu Krosing
Тема Re: Unused system table columns
Дата
Msg-id 1026770010.2350.72.camel@rh72.home.ee
обсуждение исходный текст
Ответ на Unused system table columns  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Unused system table columns  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
On Tue, 2002-07-16 at 03:53, 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

pg_type.typreceive and pg_type.typsend
are unused, but I think they should be saved for use as converters
from/to unified binary wire protocol (as their name implies ;) once we
get at it.

The alternative would be yet another system table which would allow us
to support unlimited number of to/from converters for different wire
protocols, but it will definitely be easier to start with
typreceive/typsend.

---------------
Hannu




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

Предыдущее
От: Manfred Koizar
Дата:
Сообщение: Re: HeapTuple header changes cause core dumps in CVS tip
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Unused system table columns