doc: Fix section of functions age(xid) and mxid_age(xid)
[pgsql.git] / contrib / tsm_system_rows / Makefile
blob3192ed5cb3c5d7ef909f5a867e1227c1d357405d
1 # contrib/tsm_system_rows/Makefile
3 MODULE_big = tsm_system_rows
4 OBJS = \
5 $(WIN32RES) \
6 tsm_system_rows.o
7 PGFILEDESC = "tsm_system_rows - TABLESAMPLE method which accepts number of rows as a limit"
9 EXTENSION = tsm_system_rows
10 DATA = tsm_system_rows--1.0.sql
12 REGRESS = tsm_system_rows
14 ifdef USE_PGXS
15 PG_CONFIG = pg_config
16 PGXS := $(shell $(PG_CONFIG) --pgxs)
17 include $(PGXS)
18 else
19 subdir = contrib/tsm_system_rows
20 top_builddir = ../..
21 include $(top_builddir)/src/Makefile.global
22 include $(top_srcdir)/contrib/contrib-global.mk
23 endif