mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +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:
@ -4,7 +4,6 @@
|
||||
#ifndef __BTREE_GIST_H__
|
||||
#define __BTREE_GIST_H__
|
||||
|
||||
#include "postgres.h"
|
||||
#include "access/gist.h"
|
||||
#include "access/itup.h"
|
||||
#include "access/nbtree.h"
|
||||
|
Reference in New Issue
Block a user