aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/parsenodes.h
diff options
context:
space:
mode:
authorSimon Riggs <simon@2ndQuadrant.com>2013-06-24 21:19:55 +0100
committerSimon Riggs <simon@2ndQuadrant.com>2013-06-24 21:21:18 +0100
commit4f14c86d7434376b95477aeeb07fcc7272f4c47d (patch)
treec1812f4d17a42216fd75ab0731da3ddc8dbd47d5 /src/include/nodes/parsenodes.h
parentb577a57d4113bcbd1a7900b78b3e41df528c9a35 (diff)
downloadpostgresql-4f14c86d7434376b95477aeeb07fcc7272f4c47d.tar.gz
postgresql-4f14c86d7434376b95477aeeb07fcc7272f4c47d.zip
Reverting previous commit, pending investigation
of sporadic seg faults from various build farm members.
Diffstat (limited to 'src/include/nodes/parsenodes.h')
-rw-r--r--src/include/nodes/parsenodes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/nodes/parsenodes.h b/src/include/nodes/parsenodes.h
index 9453e1dfdfa..6723647e2e3 100644
--- a/src/include/nodes/parsenodes.h
+++ b/src/include/nodes/parsenodes.h
@@ -1209,7 +1209,6 @@ typedef enum AlterTableType
AT_AddConstraint, /* add constraint */
AT_AddConstraintRecurse, /* internal to commands/tablecmds.c */
AT_ReAddConstraint, /* internal to commands/tablecmds.c */
- AT_AlterConstraint, /* alter constraint */
AT_ValidateConstraint, /* validate constraint */
AT_ValidateConstraintRecurse, /* internal to commands/tablecmds.c */
AT_ProcessedConstraint, /* pre-processed add constraint (local in