pg_class catalog question...

From: "Jonah H(dot) Harris" <jonah(dot)harris(at)gmail(dot)com>
To: "Pgsql Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: pg_class catalog question...
Date: 2006-03-30 16:46:19
Message-ID: 36e682920603300846s252a1b34w523283064e55f7fa@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I apologize for the lameness of this question upfront :)

Does anyone know how to add a fixed-length char field to pg_class? I
need to avoid the cost of variable-length so I tried to add the
fixed-length char[64] right before relacl and updated CLASS_TUPLE_SIZE
to reflect the fixed-size of the struct, but it still dies on me.

I've never tried to do a fixed length char in the catalogs... any
suggestions on the field, datatype, or bootstrapping? Of course, if
there's another way to avoid the cost of variable length, I'm all
ears.

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2006-03-30 16:51:03 Re: Index vacuum improvements
Previous Message Steve Linabery 2006-03-30 16:41:28 Re: can't get connection during pg_dump