mirror of
https://github.com/postgres/postgres.git
synced 2025-06-17 17:02:08 +03:00
More cleaned out #include files
Makefile fixed for fmgr.h
This commit is contained in:
@ -10,32 +10,21 @@
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
#include <postgres.h>
|
||||
|
||||
#include "postgres.h"
|
||||
|
||||
#include "access/relscan.h"
|
||||
#include "access/gist.h"
|
||||
#include "access/genam.h"
|
||||
#include "storage/lmgr.h"
|
||||
#include <access/gist.h>
|
||||
#include <access/genam.h>
|
||||
#include <access/rtree.h>
|
||||
#include <storage/bufmgr.h>
|
||||
#include <access/giststrat.h>
|
||||
#include <storage/lmgr.h>
|
||||
|
||||
#ifndef HAVE_MEMMOVE
|
||||
# include "regex/utils.h"
|
||||
# include <regex/utils.h>
|
||||
#else
|
||||
# include <string.h>
|
||||
#endif
|
||||
|
||||
#include "utils/palloc.h"
|
||||
|
||||
#include "storage/block.h"
|
||||
#include "storage/off.h"
|
||||
#include "access/rtree.h"
|
||||
|
||||
#include "storage/bufmgr.h"
|
||||
|
||||
#include "access/giststrat.h"
|
||||
|
||||
/* routines defined and used here */
|
||||
static void gistregscan(IndexScanDesc s);
|
||||
static void gistdropscan(IndexScanDesc s);
|
||||
|
Reference in New Issue
Block a user