1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +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

@ -7,6 +7,8 @@
* contrib/pg_upgrade/check.c
*/
#include "postgres.h"
#include "pg_upgrade.h"

View File

@ -7,6 +7,8 @@
* contrib/pg_upgrade/controldata.c
*/
#include "postgres.h"
#include "pg_upgrade.h"
#include <ctype.h>

View File

@ -7,6 +7,8 @@
* contrib/pg_upgrade/dump.c
*/
#include "postgres.h"
#include "pg_upgrade.h"

View File

@ -7,6 +7,8 @@
* contrib/pg_upgrade/exec.c
*/
#include "postgres.h"
#include "pg_upgrade.h"
#include <fcntl.h>

View File

@ -7,6 +7,8 @@
* contrib/pg_upgrade/file.c
*/
#include "postgres.h"
#include "pg_upgrade.h"
#include <fcntl.h>

View File

@ -7,6 +7,8 @@
* contrib/pg_upgrade/function.c
*/
#include "postgres.h"
#include "pg_upgrade.h"
#include "access/transam.h"

View File

@ -7,6 +7,8 @@
* contrib/pg_upgrade/info.c
*/
#include "postgres.h"
#include "pg_upgrade.h"
#include "access/transam.h"

View File

@ -7,6 +7,8 @@
* contrib/pg_upgrade/option.c
*/
#include "postgres.h"
#include "pg_upgrade.h"
#include "getopt_long.h"

View File

@ -7,6 +7,8 @@
* contrib/pg_upgrade/page.c
*/
#include "postgres.h"
#include "pg_upgrade.h"
#include "storage/bufpage.h"

View File

@ -35,6 +35,8 @@
#include "postgres.h"
#include "pg_upgrade.h"
#ifdef HAVE_LANGINFO_H

View File

@ -5,8 +5,6 @@
* contrib/pg_upgrade/pg_upgrade.h
*/
#include "postgres.h"
#include <unistd.h>
#include <assert.h>
#include <dirent.h>

View File

@ -7,6 +7,8 @@
* contrib/pg_upgrade/relfilenode.c
*/
#include "postgres.h"
#include "pg_upgrade.h"
#include "catalog/pg_class.h"

View File

@ -7,6 +7,8 @@
* contrib/pg_upgrade/server.c
*/
#include "postgres.h"
#include "pg_upgrade.h"

View File

@ -7,6 +7,8 @@
* contrib/pg_upgrade/tablespace.c
*/
#include "postgres.h"
#include "pg_upgrade.h"
static void get_tablespace_paths(void);

View File

@ -7,6 +7,8 @@
* contrib/pg_upgrade/util.c
*/
#include "postgres.h"
#include "pg_upgrade.h"
#include <signal.h>

View File

@ -7,6 +7,8 @@
* contrib/pg_upgrade/version.c
*/
#include "postgres.h"
#include "pg_upgrade.h"
#include "access/transam.h"

View File

@ -7,6 +7,8 @@
* contrib/pg_upgrade/version_old_8_3.c
*/
#include "postgres.h"
#include "pg_upgrade.h"
#include "access/transam.h"