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

Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and

remove from local *.h files.

Per suggestion from Alvaro.
This commit is contained in:
Bruce Momjian
2011-08-26 21:16:24 -04:00
parent 8b0f0822fd
commit f1312b5ed3
40 changed files with 74 additions and 4 deletions

View File

@ -2,6 +2,8 @@
/* contrib/ltree/crc32.c */
#include "postgres.h"
#include <sys/types.h>
#include <stdio.h>
#include <sys/types.h>

View File

@ -3,7 +3,6 @@
#ifndef __LTREE_H__
#define __LTREE_H__
#include "postgres.h"
#include "fmgr.h"
#include "tsearch/ts_locale.h"