8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 711e0c6 commit 4252f83Copy full SHA for 4252f83
src/include/catalog/pg_constraint.h
@@ -8,7 +8,7 @@
8
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
9
* Portions Copyright (c) 1994, Regents of the University of California
10
*
11
- * $PostgreSQL: pgsql/src/include/catalog/pg_constraint.h,v 1.22 2006/03/05 15:58:54 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_constraint.h,v 1.23 2006/06/28 22:11:01 neilc Exp $
12
13
* NOTES
14
* the genbki.sh script reads this file and generates .bki
@@ -19,6 +19,8 @@
19
#ifndef PG_CONSTRAINT_H
20
#define PG_CONSTRAINT_H
21
22
+#include "nodes/pg_list.h"
23
+
24
/* ----------------
25
* postgres.h contains the system type definitions and the
26
* CATALOG(), BKI_BOOTSTRAP and DATA() sugar words so this file
0 commit comments