Fix xslt_process() to ensure that it inserts a NULL terminator after the
[PostgreSQL.git] / src / backend / access / Makefile
blobbaf3724ae261d681165877df37d0f45c56713b4d
2 # Makefile for the access methods module
4 # $PostgreSQL$
7 subdir = src/backend/access
8 top_builddir = ../../..
9 include $(top_builddir)/src/Makefile.global
11 SUBDIRS = common gist hash heap index nbtree transam gin
13 include $(top_srcdir)/src/backend/common.mk