mirror of
https://github.com/postgres/postgres.git
synced 2025-08-21 10:42:50 +03:00
Reduce some rel.h inclusions, and add pg_list.h to pg_proc_fn.h.
This commit is contained in:
@@ -7,14 +7,14 @@
|
||||
* Portions Copyright (c) 2007, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $PostgreSQL: pgsql/src/include/access/visibilitymap.h,v 1.1 2008/12/03 13:05:22 heikki Exp $
|
||||
* $PostgreSQL: pgsql/src/include/access/visibilitymap.h,v 1.2 2008/12/12 22:56:00 alvherre Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef VISIBILITYMAP_H
|
||||
#define VISIBILITYMAP_H
|
||||
|
||||
#include "utils/rel.h"
|
||||
#include "utils/relcache.h"
|
||||
#include "storage/buf.h"
|
||||
#include "storage/itemptr.h"
|
||||
#include "access/xlogdefs.h"
|
||||
|
Reference in New Issue
Block a user