CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)org 04/01/16 16:51:30
Modified files:
src/backend/access/common: heaptuple.c
src/backend/access/heap: heapam.c
src/include/access: htup.h
src/include : postgres.h
Log message:
Tighten short-circuit tests for deciding whether we need to invoke
tuptoaster.c --- fields that are compressed in-line are not a reason
to invoke the toaster. Along the way, add a couple more htup.h macros
to eliminate confusing negated tests, and get rid of the already
vestigial TUPLE_TOASTER_ACTIVE symbol.
pgsql-committers by date
| Next: | From: Tom Lane | Date: 2004-01-17 20:09:35 |
| Subject: pgsql-server/src/backend/utils/adt selfuncs.c |
| Previous: | From: Peter Eisentraut | Date: 2004-01-15 23:51:32 |
| Subject: pgsql-server/doc/src/sgml Makefile stylesheet.xsl |