Обсуждение: pgsql/src/include/catalog (pg_type.h)

Поиск
Список
Период
Сортировка

pgsql/src/include/catalog (pg_type.h)

От
Tom Lane
Дата:
  Date: Friday, July 21, 2000 @ 23:34:33
Author: tgl

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

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