Use scanned_pages to decide when to failsafe check.
[pgsql.git] / src / backend / access / heap / Makefile
blobaf0bd1888e53ffd6d250c47c53c289f07fbb0b8c
1 #-------------------------------------------------------------------------
3 # Makefile--
4 # Makefile for access/heap
6 # IDENTIFICATION
7 # src/backend/access/heap/Makefile
9 #-------------------------------------------------------------------------
11 subdir = src/backend/access/heap
12 top_builddir = ../../../..
13 include $(top_builddir)/src/Makefile.global
15 OBJS = \
16 heapam.o \
17 heapam_handler.o \
18 heapam_visibility.o \
19 heaptoast.o \
20 hio.o \
21 pruneheap.o \
22 rewriteheap.o \
23 vacuumlazy.o \
24 visibilitymap.o
26 include $(top_srcdir)/src/backend/common.mk