From: | Tom Lane <tgl> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql/contrib/array (array_iterator.c) |
Date: | 2000-07-22 03:34:25 |
Message-ID: | 200007220334.e6M3YPb70472@hub.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Date: Friday, July 21, 2000 @ 23:34:25
Author: tgl
Update of /home/projects/pgsql/cvsroot/pgsql/contrib/array
from hub.org:/home/projects/pgsql/tmp/cvs-serv69997/contrib/array
Modified Files:
array_iterator.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 :-().
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2000-07-22 03:34:27 | pgsql/src/backend/commands (define.c) |
Previous Message | Bruce Momjian - CVS | 2000-07-22 02:39:11 | pgsql/doc/src/sgml/ref (alter_group.sgml alter_table.sgml alter_user.sgml cluster.sgml copy.sgml create_function.sgml create_rule.sgml create_table.sgml fetch.sgml pg_upgrade.sgml update.sgml) |