Re: pg_class catalog question... - Mailing list pgsql-hackers

From Jonah H. Harris
Subject Re: pg_class catalog question...
Date
Msg-id 36e682920603310745g6df267d6he6a337593d42e4fe@mail.gmail.com
Whole thread Raw
In response to Re: pg_class catalog question...  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: pg_class catalog question...
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: pg_class catalog question...
Next
From: "Jim C. Nasby"
Date:
Subject: Re: pg_class catalog question...