pgsql/src/backend/commands (command.c)

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/commands (command.c)
Date: 2000-08-25 18:05:55
Message-ID: 200008251805.e7PI5tx18540@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Friday, August 25, 2000 @ 14:05:54
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/commands
from hub.org:/home/projects/pgsql/tmp/cvs-serv18507/src/backend/commands

Modified Files:
command.c

----------------------------- Log Message -----------------------------

Avoid creating a TOAST table if we can prove that the maximum tuple
length is < TOAST_TUPLE_THRESHOLD, even with toastable column types
present. For example, CREATE TABLE foo (f1 int, f2 varchar(100))
does not require a toast table, even though varchar is a toastable
type.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-08-25 23:13:33 pgsql/src/backend/access/nbtree (nbtinsert.c)
Previous Message Tom Lane 2000-08-25 18:05:54 pgsql/src/backend/utils/adt (format_type.c)