pgsql/src/include/utils (catcache.h syscache.h) - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/include/utils (catcache.h syscache.h)
Date
Msg-id 200006170456.e5H4uUl29470@hub.org
Whole thread Raw
List pgsql-committers
  Date: Saturday, June 17, 2000 @ 00:56:29
Author: tgl

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

Modified Files:
    catcache.h syscache.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...

pgsql-committers by date:

Previous
From: Peter Eisentraut - PostgreSQL
Date:
Subject: pgsql/src/tools (release_prep)
Next
From: Tom Lane
Date:
Subject: pgsql/src/include/catalog (indexing.h pg_class.h)