1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Adjust /contrib for new include file contents.

This commit is contained in:
Bruce Momjian
2006-07-13 16:57:31 +00:00
parent a22d76d96a
commit 66c15dfda1
7 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,6 @@
#include "btree_gist.h"
#include "btree_utils_num.h"
#include "utils/timestamp.h"
typedef struct
{

View File

@ -1,3 +1,5 @@
#include <math.h>
#include "btree_gist.h"
#include "btree_utils_var.h"
#include "utils/builtins.h"

View File

@ -1,6 +1,7 @@
#include "btree_gist.h"
#include "btree_utils_num.h"
#include "utils/date.h"
#include "utils/timestamp.h"
typedef struct
{

View File

@ -1,6 +1,8 @@
#ifndef __BTREE_UTILS_NUM_H__
#define __BTREE_UTILS_NUM_H__
#include <math.h>
#include "btree_gist.h"
typedef char GBT_NUMKEY;

View File

@ -1,3 +1,5 @@
#include <math.h>
#include "btree_gist.h"
#include "btree_utils_var.h"
#include "utils/pg_locale.h"