pgsql/src/include/utils (array.h)

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/include/utils (array.h)
Date: 2000-07-22 03:34:40
Message-ID: 200007220334.e6M3Yeo70534@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Friday, July 21, 2000 @ 23:34:36
Author: tgl

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

Modified Files:
array.h

----------------------------- 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 :-().

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-07-22 03:34:46 pgsql/src/backend/utils/adt (Makefile arrayfuncs.c arrayutils.c chunk.c)
Previous Message Tom Lane 2000-07-22 03:34:35 pgsql/src/include/catalog (pg_type.h)