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 bb1bd32 commit c3a4e22Copy full SHA for c3a4e22
src/include/catalog/pg_aggregate.h
@@ -8,7 +8,7 @@
8
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
9
* Portions Copyright (c) 1994, Regents of the University of California
10
*
11
- * $PostgreSQL: pgsql/src/include/catalog/pg_aggregate.h,v 1.47 2004/12/31 22:03:24 pgsql Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_aggregate.h,v 1.48 2005/01/28 17:35:53 tgl Exp $
12
13
* NOTES
14
* the genbki.sh script reads this file and generates .bki
@@ -19,6 +19,8 @@
19
#ifndef PG_AGGREGATE_H
20
#define PG_AGGREGATE_H
21
22
+#include "nodes/pg_list.h"
23
+
24
/* ----------------
25
* postgres.h contains the system type definitions and the
26
* CATALOG(), BOOTSTRAP and DATA() sugar words so this file
0 commit comments