Perform provider-specific initialization in new functions.
[pgsql.git] / src / backend / access / Makefile
blob1932d11d154e338a64ceb7da7fe893c84d01efdf
2 # Makefile for the access methods module
4 # src/backend/access/Makefile
7 subdir = src/backend/access
8 top_builddir = ../../..
9 include $(top_builddir)/src/Makefile.global
11 SUBDIRS = brin common gin gist hash heap index nbtree rmgrdesc spgist \
12 sequence table tablesample transam
14 include $(top_srcdir)/src/backend/common.mk