Re: hiding variable-length fields from Form_pg_* structs

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: hiding variable-length fields from Form_pg_* structs
Дата
Msg-id 1326134855.12723.8.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: hiding variable-length fields from Form_pg_* structs  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: hiding variable-length fields from Form_pg_* structs  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
So here is a patch for that.

There are a few cases that break when hiding all variable length fields:

Access to indclass in relcache.c, as discussed upthread, which should be
fixed.

Access to pg_largeobject.data.  This is apparently OK, per comment in
inv_api.c.

Access to pg_proc.proargtypes in various places.  This is clearly
useful, so we'll keep it visible.

So I think the relcache.c thing should be fixed and then this might be
good to go.

Вложения

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Why is CF 2011-11 still listed as "In Progress"?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: hiding variable-length fields from Form_pg_* structs