Fix xslt_process() to ensure that it inserts a NULL terminator after the
[PostgreSQL.git] / src / backend / access / hash / Makefile
blob70d05b084a18e88009333aca462f837a78bad9f4
1 #-------------------------------------------------------------------------
3 # Makefile--
4 # Makefile for access/hash
6 # IDENTIFICATION
7 # $PostgreSQL$
9 #-------------------------------------------------------------------------
11 subdir = src/backend/access/hash
12 top_builddir = ../../../..
13 include $(top_builddir)/src/Makefile.global
15 OBJS = hash.o hashfunc.o hashinsert.o hashovfl.o hashpage.o hashscan.o \
16 hashsearch.o hashsort.o hashutil.o
18 include $(top_srcdir)/src/backend/common.mk