pgsql: Make FKs valid at creation when added as column constraints.

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make FKs valid at creation when added as column constraints.
Date: 2011-03-22 23:12:05
Message-ID: E1Q2Ak9-0006hK-M4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make FKs valid at creation when added as column constraints.

Bug report from Alvaro Herrera

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ec497a5ad6a0849efa3fb2fd05988bd8e0c0865d

Modified Files
--------------
src/backend/commands/tablecmds.c | 2 +-
src/backend/nodes/copyfuncs.c | 1 +
src/backend/nodes/equalfuncs.c | 1 +
src/backend/nodes/outfuncs.c | 1 +
src/backend/parser/gram.y | 3 +++
src/backend/parser/parse_utilcmd.c | 1 +
src/include/nodes/parsenodes.h | 1 +
7 files changed, 9 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-03-23 02:04:00 pgsql: Cosmetic capitalization fix
Previous Message Tom Lane 2011-03-22 21:47:55 Re: pgsql: Throw error for indeterminate collation of an ORDER/GROUP/DISTIN