Re: pg_class catalog question...

Поиск
Список
Период
Сортировка
От Jonah H. Harris
Тема Re: pg_class catalog question...
Дата
Msg-id 36e682920603310745g6df267d6he6a337593d42e4fe@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pg_class catalog question...  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: pg_class catalog question...  ("Jim C. Nasby" <jnasby@pervasive.com>)
Список pgsql-hackers
On 3/31/06, Alvaro Herrera <alvherre@commandprompt.com> wrote:
> What are you using a char[64] for anyway?  You should probably consider
> using NameData, if you want to store an identifier.

It's just a fixed length string that will never change in size and as
such, I'd like not to add the overhead of any variable-length
handling.

--
Jonah H. Harris, Database Internals Architect
EnterpriseDB Corporation
732.331.1324


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: pg_class catalog question...
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: pg_class catalog question...