Make nbtree split REDO locking match original execution.
[pgsql.git] / src / backend / access / Makefile
blob0880e0a8bbb63901164aef4a2de577db59c98b25
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 table tablesample transam
14 include $(top_srcdir)/src/backend/common.mk