From: | Tom Lane <tgl> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql/src/include/catalog (catversion.h) |
Date: | 2000-08-04 04:16:24 |
Message-ID: | 200008040416.e744GOe72039@hub.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Date: Friday, August 4, 2000 @ 00:16:17
Author: tgl
Update of /home/projects/pgsql/cvsroot/pgsql/src/include/catalog
from hub.org:/home/projects/pgsql/tmp/cvs-serv71982/include/catalog
Modified Files:
catversion.h
----------------------------- Log Message -----------------------------
Fix tuptoaster bugs induced by making bytea toastable. Durn thing was
trying to toast tuples inserted into toast tables! Fix is two-pronged:
first, ensure all columns of a toast table are marked attstorage='p',
and second, alter the target chunk size so that it's less than the
threshold for trying to toast a tuple. (Code tried to do that but the
expression was wrong.) A few cosmetic cleanups in tuptoaster too.
NOTE: initdb forced due to change in toaster chunk-size.
From | Date | Subject | |
---|---|---|---|
Next Message | Hiroshi Inoue | 2000-08-04 06:12:12 | pgsql/src/backend/commands (creatinh.c) |
Previous Message | Tom Lane | 2000-08-04 04:16:17 | pgsql/src/include/access (tuptoaster.h) |