doc PG 17 relnotes: Fixes from jian he
[pgsql.git] / contrib / citext / Makefile
blob35db6eac8c44829c4f9eeb537dd62d01a649ef7d
1 # contrib/citext/Makefile
3 MODULES = citext
5 EXTENSION = citext
6 DATA = citext--1.4.sql \
7 citext--1.5--1.6.sql \
8 citext--1.4--1.5.sql \
9 citext--1.3--1.4.sql \
10 citext--1.2--1.3.sql citext--1.1--1.2.sql \
11 citext--1.0--1.1.sql
12 PGFILEDESC = "citext - case-insensitive character string data type"
14 REGRESS = create_index_acl citext citext_utf8
16 ifdef USE_PGXS
17 PG_CONFIG = pg_config
18 PGXS := $(shell $(PG_CONFIG) --pgxs)
19 include $(PGXS)
20 else
21 subdir = contrib/citext
22 top_builddir = ../..
23 include $(top_builddir)/src/Makefile.global
24 include $(top_srcdir)/contrib/contrib-global.mk
25 endif