Force a checkpoint in CREATE DATABASE before starting to copy the files,
[PostgreSQL.git] / src / backend / access / heap / Makefile
blobf3b9b3d32af570e4b323463f535f3704d4bec241
1 #-------------------------------------------------------------------------
3 # Makefile--
4 # Makefile for access/heap
6 # IDENTIFICATION
7 # $PostgreSQL$
9 #-------------------------------------------------------------------------
11 subdir = src/backend/access/heap
12 top_builddir = ../../../..
13 include $(top_builddir)/src/Makefile.global
15 OBJS = heapam.o hio.o pruneheap.o rewriteheap.o syncscan.o tuptoaster.o
17 include $(top_srcdir)/src/backend/common.mk