Re: pg_class catalog question...

From: "Jonah H(dot) Harris" <jonah(dot)harris(at)gmail(dot)com>
To: "Jonah H(dot) Harris" <jonah(dot)harris(at)gmail(dot)com>, "Qingqing Zhou" <zhouqq(at)cs(dot)toronto(dot)edu>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: pg_class catalog question...
Date: 2006-03-31 15:45:15
Message-ID: 36e682920603310745g6df267d6he6a337593d42e4fe@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 3/31/06, Alvaro Herrera <alvherre(at)commandprompt(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim C. Nasby 2006-03-31 16:07:04 Re: pg_class catalog question...
Previous Message Alvaro Herrera 2006-03-31 15:41:18 Re: pg_class catalog question...