pgsql/src/backend/utils/adt (format_type.c)

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/adt (format_type.c)
Date: 2000-08-25 18:05:54
Message-ID: 200008251805.e7PI5sl18530@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/utils/adt
from hub.org:/home/projects/pgsql/tmp/cvs-serv18507/src/backend/utils/adt

Modified Files:
format_type.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 18:05:55 pgsql/src/backend/commands (command.c)
Previous Message Thomas Lockhart 2000-08-25 15:17:51 pgsql/doc/src/sgml/ref (create_function.sgml insert.sgml)