1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-03 15:22:11 +03:00

pg_aggregate.h fails to compile standalone, for lack of an #include

defining List.
This commit is contained in:
Tom Lane
2005-01-28 17:36:04 +00:00
parent 51aac36996
commit af5cd5ba92

View File

@@ -8,7 +8,7 @@
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* $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.47.4.1 2005/01/28 17:36:04 tgl Exp $
* *
* NOTES * NOTES
* the genbki.sh script reads this file and generates .bki * the genbki.sh script reads this file and generates .bki
@@ -19,6 +19,8 @@
#ifndef PG_AGGREGATE_H #ifndef PG_AGGREGATE_H
#define PG_AGGREGATE_H #define PG_AGGREGATE_H
#include "nodes/pg_list.h"
/* ---------------- /* ----------------
* postgres.h contains the system type definitions and the * postgres.h contains the system type definitions and the
* CATALOG(), BOOTSTRAP and DATA() sugar words so this file * CATALOG(), BOOTSTRAP and DATA() sugar words so this file