repo.or.cz
/
PostgreSQL.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Only skip pages marked as clean in the visibility map, if the last 32
[PostgreSQL.git]
/
contrib
/
dict_int
/
Makefile
blob
8e7fce0f39ce4db0d59cd7bf846f688f00563d4f
1
# $PostgreSQL$
2
3
MODULE_big
=
dict_int
4
OBJS
=
dict_int.o
5
DATA_built
=
dict_int.sql
6
DATA
=
uninstall_dict_int.sql
7
REGRESS
=
dict_int
8
9
ifdef
USE_PGXS
10
PG_CONFIG
=
pg_config
11
PGXS
:= $(
shell
$(
PG_CONFIG
) --
pgxs
)
12
include
$(
PGXS
)
13
else
14
subdir
=
contrib
/
dict_int
15
top_builddir
=
..
/
..
16
include
$(
top_builddir
)/
src
/
Makefile.global
17
include
$(
top_srcdir
)/
contrib
/
contrib-global.mk
18
endif