OSDN Git Service

Tighten short-circuit tests for deciding whether we need to invoke
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 16 Jan 2004 20:51:30 +0000 (20:51 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 16 Jan 2004 20:51:30 +0000 (20:51 +0000)
commit0966516b75f792cfa9fd6a53fc370e06cfca6bee
treebcb40a4b0c6752450c198c339abc79cca7b0c93b
parentb89744198e4c4a49a09f856332d8bbe90e320720
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.
src/backend/access/common/heaptuple.c
src/backend/access/heap/heapam.c
src/include/access/htup.h
src/include/postgres.h