pgsql/src/backend/access/heap (heapam.c)

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/access/heap (heapam.c)
Date: 2000-11-30 18:38:46
Message-ID: 200011301838.eAUIckO98744@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Thursday, November 30, 2000 @ 13:38:45
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/access/heap
from hub.org:/home/projects/pgsql/tmp/cvs-serv98727/src/backend/access/heap

Modified Files:
heapam.c

----------------------------- Log Message -----------------------------

Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now that
both MULTIBYTE and TOAST prevent char(n) from being truly fixed-size.
Simplify and speed up fastgetattr() and index_getattr() macros by
eliminating special cases for attnum=1. It's just as fast to handle
the first attribute by presetting its attcacheoff to zero; so do that
instead when loading the tupledesc in relcache.c.

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2000-11-30 18:38:47 pgsql/src/include/access (heapam.h itup.h)
Previous Message tgl 2000-11-30 18:38:45 pgsql/src/backend/access/common (heaptuple.c indextuple.c)