Make FKs valid at creation when added as column constraints.
Simon Riggs <simon@2ndQuadrant.com>
Make FKs valid at creation when added as column constraints. Bug report from Alvaro Herrera
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/tablecmds.c | modified | +1 −1 |
| src/backend/nodes/copyfuncs.c | modified | +1 −0 |
| src/backend/nodes/equalfuncs.c | modified | +1 −0 |
| src/backend/nodes/outfuncs.c | modified | +1 −0 |
| src/backend/parser/gram.y | modified | +3 −0 |
| src/backend/parser/parse_utilcmd.c | modified | +1 −0 |
| src/include/nodes/parsenodes.h | modified | +1 −0 |