postgresql/src/backend/access/common
Tom Lane c541bb86e9 Infrastructure for I/O of composite types: arrange for the I/O routines
of a composite type to get that type's OID as their second parameter,
in place of typelem which is useless.  The actual changes are mostly
centralized in getTypeInputInfo and siblings, but I had to fix a few
places that were fetching pg_type.typelem for themselves instead of
using the lsyscache.c routines.  Also, I renamed all the related variables
from 'typelem' to 'typioparam' to discourage people from assuming that
they necessarily contain array element types.
2004-06-06 00:41:28 +00:00
..
heaptuple.c Make the world very nearly safe for composite-type columns in tables. 2004-06-05 01:55:05 +00:00
indextuple.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
indexvalid.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
printtup.c Infrastructure for I/O of composite types: arrange for the I/O routines 2004-06-06 00:41:28 +00:00
scankey.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
tupdesc.c Use the new List API function names throughout the backend, and disable the 2004-05-30 23:40:41 +00:00