Fix xslt_process() to ensure that it inserts a NULL terminator after the
[PostgreSQL.git] / src / backend / access / heap / Makefile
blobaf5118cd97c16cce55ed0afb5735c391a8d9743c
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 visibilitymap.o
17 include $(top_srcdir)/src/backend/common.mk