Commit 66c15dfd authored by Bruce Momjian's avatar Bruce Momjian

Adjust /contrib for new include file contents.

parent a22d76d9
#include "btree_gist.h" #include "btree_gist.h"
#include "btree_utils_num.h" #include "btree_utils_num.h"
#include "utils/timestamp.h"
typedef struct typedef struct
{ {
......
#include <math.h>
#include "btree_gist.h" #include "btree_gist.h"
#include "btree_utils_var.h" #include "btree_utils_var.h"
#include "utils/builtins.h" #include "utils/builtins.h"
......
#include "btree_gist.h" #include "btree_gist.h"
#include "btree_utils_num.h" #include "btree_utils_num.h"
#include "utils/date.h" #include "utils/date.h"
#include "utils/timestamp.h"
typedef struct typedef struct
{ {
......
#ifndef __BTREE_UTILS_NUM_H__ #ifndef __BTREE_UTILS_NUM_H__
#define __BTREE_UTILS_NUM_H__ #define __BTREE_UTILS_NUM_H__
#include <math.h>
#include "btree_gist.h" #include "btree_gist.h"
typedef char GBT_NUMKEY; typedef char GBT_NUMKEY;
......
#include <math.h>
#include "btree_gist.h" #include "btree_gist.h"
#include "btree_utils_var.h" #include "btree_utils_var.h"
#include "utils/pg_locale.h" #include "utils/pg_locale.h"
......
/* /*
* $PostgreSQL: pgsql/contrib/pgrowlocks/pgrowlocks.c,v 1.3 2006/05/30 22:12:13 tgl Exp $ * $PostgreSQL: pgsql/contrib/pgrowlocks/pgrowlocks.c,v 1.4 2006/07/13 16:57:31 momjian Exp $
* *
* Copyright (c) 2005-2006 Tatsuo Ishii * Copyright (c) 2005-2006 Tatsuo Ishii
* *
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#include "funcapi.h" #include "funcapi.h"
#include "access/heapam.h" #include "access/heapam.h"
#include "access/transam.h" #include "access/transam.h"
#include "access/xact.h"
#include "catalog/namespace.h" #include "catalog/namespace.h"
#include "catalog/pg_type.h" #include "catalog/pg_type.h"
#include "storage/proc.h" #include "storage/proc.h"
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
#include "access/gist.h" #include "access/gist.h"
#include "access/itup.h" #include "access/itup.h"
#include "access/skey.h"
#include "access/tuptoaster.h" #include "access/tuptoaster.h"
#include "storage/bufpage.h" #include "storage/bufpage.h"
#include "utils/array.h" #include "utils/array.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment