Force a checkpoint in CREATE DATABASE before starting to copy the files,
[PostgreSQL.git] / src / backend / access / gist / Makefile
blobe1b642a0586dc72f6ae9aec2042af2694c1e7397
1 #-------------------------------------------------------------------------
3 # Makefile--
4 # Makefile for access/gist
6 # IDENTIFICATION
7 # $PostgreSQL$
9 #-------------------------------------------------------------------------
11 subdir = src/backend/access/gist
12 top_builddir = ../../../..
13 include $(top_builddir)/src/Makefile.global
15 OBJS = gist.o gistutil.o gistxlog.o gistvacuum.o gistget.o gistscan.o \
16 gistproc.o gistsplit.o
18 include $(top_srcdir)/src/backend/common.mk