pgsql/src/include/catalog (indexing.h pg_class.h)

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/include/catalog (indexing.h pg_class.h)
Date: 2000-06-17 04:56:31
Message-ID: 200006170456.e5H4uVq29478@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Saturday, June 17, 2000 @ 00:56:31
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/include/catalog
from hub.org:/home/projects/pgsql/tmp/cvs-serv29451/include/catalog

Modified Files:
indexing.h pg_class.h

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

Clean out another pocket of functions called via nonspecific function
pointers, namely the catcache tuple fetch routines. Also get rid of
the unused and possibly confusing 'size' field in struct cachedesc.
Since it doesn't allow for variable-length fields, anyone who
actually trusted it would likely be making a mistake...

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-06-17 04:56:36 pgsql/src/backend/utils/cache (catcache.c relcache.c syscache.c)
Previous Message Tom Lane 2000-06-17 04:56:30 pgsql/src/include/utils (catcache.h syscache.h)