1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-11 04:22:52 +03:00

Another 'mega-commit' of back-patches ...

- integrating the #include file cleanup that Bruce recently did
- got the CPU change to adt/Makefile
- changing DOUBLEALIGN -> MAXALIGN
This commit is contained in:
Marc G. Fournier
1999-08-02 05:25:27 +00:00
parent 62d146bdcd
commit 9a8aeb23a1
142 changed files with 472 additions and 1048 deletions

View File

@@ -10,21 +10,12 @@
*-------------------------------------------------------------------------
*/
#include <postgres.h>
#include "postgres.h"
#include <access/gist.h>
#include <access/gistscan.h>
#include <access/genam.h>
#include <access/rtree.h>
#include <storage/bufmgr.h>
#include <access/giststrat.h>
#include <storage/lmgr.h>
#include "access/genam.h"
#include "access/gist.h"
#include "access/gistscan.h"
#ifndef HAVE_MEMMOVE
#include <regex/utils.h>
#else
#include <string.h>
#endif
/* routines defined and used here */
static void gistregscan(IndexScanDesc s);