pgsql-server/src backend/access/common/heaptup ...

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src backend/access/common/heaptup ...
Date: 2004-01-16 20:51:30
Message-ID: 20040116205130.B96C1D1B7E7@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-01-17 20:09:35 pgsql-server/src/backend/utils/adt selfuncs.c
Previous Message Peter Eisentraut 2004-01-15 23:51:32 pgsql-server/doc/src/sgml Makefile stylesheet.xsl