pgsql-server/src/backend catalog/heap.c comman ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/backend catalog/heap.c comman ...
Date: 2003-01-08 22:06:25
Message-ID: 20030108220625.84CD9475D3B@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)postgresql(dot)org 03/01/08 17:06:24

Modified files:
src/backend/catalog: heap.c
src/backend/commands: tablecmds.c typecmds.c

Log message:
Reconsider old decision to try to constant-fold default and constraint
expressions before they are stored. This seems like not such a hot idea,
particularly now that the constant-folder will try to inline SQL functions.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2003-01-08 22:26:34 pgsql-server/src/bin/pg_controldata pg_control ...
Previous Message Tom Lane 2003-01-08 21:40:50 pgsql-server/src backend/catalog/Tag: backend/ ...