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 (view raw or flat) |
| 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)
pgsql-committers by date
| Next: | From: Tom Lane | Date: 2008-12-13 02:00:20 |
| Subject: pgsql: Fix failure to ensure that a snapshot is available to datatype |
| Previous: | From: Michael Meskes | Date: 2008-12-12 12:14:43 |
| Subject: pgsql: Using clause has to accept signed numeric constants too. |