pgsql: Reduce some rel.h inclusions, and add pg_list.h to pg_proc_fn.h.

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Reduce some rel.h inclusions, and add pg_list.h to pg_proc_fn.h.
Date: 2008-12-12 22:56:00
Message-ID: 20081212225600.7D7617545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Reduce some rel.h inclusions, and add pg_list.h to pg_proc_fn.h.

Modified Files:
--------------
pgsql/src/include/access:
visibilitymap.h (r1.1 -> r1.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/access/visibilitymap.h?r1=1.1&r2=1.2)
pgsql/src/include/catalog:
pg_proc_fn.h (r1.2 -> r1.3)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_proc_fn.h?r1=1.2&r2=1.3)
storage.h (r1.1 -> r1.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/storage.h?r1=1.1&r2=1.2)
pgsql/src/include/storage:
freespace.h (r1.31 -> r1.32)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/storage/freespace.h?r1=1.31&r2=1.32)
indexfsm.h (r1.3 -> r1.4)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/storage/indexfsm.h?r1=1.3&r2=1.4)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-12-13 02:00:20 pgsql: Fix failure to ensure that a snapshot is available to datatype
Previous Message Michael Meskes 2008-12-12 12:14:43 pgsql: Using clause has to accept signed numeric constants too.