pgsql: pg_aggregate.h fails to compile standalone, for lack of an - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: pg_aggregate.h fails to compile standalone, for lack of an
Date
Msg-id 20050128173606.5E2F13A5E13@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
pg_aggregate.h fails to compile standalone, for lack of an #include
defining List.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/src/include/catalog:
        pg_aggregate.h (r1.47 -> r1.47.4.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_aggregate.h.diff?r1=1.47&r2=1.47.4.1)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: pg_aggregate.h fails to compile standalone, for lack of an
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Improve planner's estimation of the space needed for HashAgg