postgresql/src/include/access
Tom Lane dd8ad64118 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.
2000-08-04 04:16:17 +00:00
..
attnum.h
genam.h
gist.h
gistscan.h
giststrat.h
hash.h
heapam.h
hio.h
htup.h
ibit.h
iqual.h
istrat.h
itup.h
nbtree.h
printtup.h
relscan.h
rmgr.h misc 2000-07-04 01:49:44 +00:00
rtree.h
rtscan.h
rtstrat.h
sdir.h
skey.h
strat.h
transam.h
tupdesc.h
tupmacs.h
tuptoaster.h Fix tuptoaster bugs induced by making bytea toastable. Durn thing was 2000-08-04 04:16:17 +00:00
valid.h
xact.h
xlog.h misc 2000-07-04 01:49:44 +00:00