]> granicus.if.org Git - postgresql/commit
Reconsider old decision to try to constant-fold default and constraint
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 8 Jan 2003 22:06:23 +0000 (22:06 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 8 Jan 2003 22:06:23 +0000 (22:06 +0000)
commit2d140d35a4170a6ad20dae5c01a381b5b4a4b6a3
treea9cb21aae59bbc611d32e2a39f604cfc4df8707b
parent51d2e3bd6e5b3c9f3bb7aef465bd4f8ce2527d78
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.
src/backend/catalog/heap.c
src/backend/commands/tablecmds.c
src/backend/commands/typecmds.c