pgsql/src/backend/utils/adt (Makefile arrayfuncs.c arrayutils.c chunk.c) - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/backend/utils/adt (Makefile arrayfuncs.c arrayutils.c chunk.c)
Date
Msg-id 200007220334.e6M3YkW70586@hub.org
Whole thread Raw
List pgsql-committers
  Date: Friday, July 21, 2000 @ 23:34:45
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/utils/adt
     from hub.org:/home/projects/pgsql/tmp/cvs-serv69997/src/backend/utils/adt

Modified Files:
    Makefile arrayfuncs.c arrayutils.c

Removed Files:
    chunk.c

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

Arrays are toastable.  (At least if you initdb, which I didn't force.)
Remove a bunch of crufty code for large-object-based arrays, which is
superseded by TOAST and likely hasn't worked in a long time anyway.
Clean up array code a little, and in particular eliminate its habit
of scribbling on the input array (ie, modifying the input tuple :-().

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql/src/include/catalog (pg_type.h)
Next
From: Tom Lane
Date:
Subject: pgsql/src/backend/commands (user.c)