|
8 | 8 | * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group |
9 | 9 | * Portions Copyright (c) 1994, Regents of the University of California |
10 | 10 | * |
11 | | - * $PostgreSQL: pgsql/src/include/catalog/pg_aggregate.h,v 1.47 2004/12/31 22:03:24 pgsql Exp $ |
| 11 | + * $PostgreSQL: pgsql/src/include/catalog/pg_aggregate.h,v 1.48 2005/01/28 17:35:53 tgl Exp $ |
12 | 12 | * |
13 | 13 | * NOTES |
14 | 14 | * the genbki.sh script reads this file and generates .bki |
|
19 | 19 | #ifndefPG_AGGREGATE_H |
20 | 20 | #definePG_AGGREGATE_H |
21 | 21 |
|
| 22 | +#include"nodes/pg_list.h" |
| 23 | + |
22 | 24 | /* ---------------- |
23 | 25 | *postgres.h contains the system type definitions and the |
24 | 26 | *CATALOG(), BOOTSTRAP and DATA() sugar words so this file |
|