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
/
auto_explain
/
Makefile
blob
9f8d5791916ccc7ccad0d8a8b9590d14b388673a
1
# $PostgreSQL$
2
3
MODULE_big
=
auto_explain
4
OBJS
=
auto_explain.o
5
6
ifdef
USE_PGXS
7
PG_CONFIG
=
pg_config
8
PGXS
:= $(
shell
$(
PG_CONFIG
) --
pgxs
)
9
include
$(
PGXS
)
10
else
11
subdir
=
contrib
/
auto_explain
12
top_builddir
=
..
/
..
13
include
$(
top_builddir
)/
src
/
Makefile.global
14
include
$(
top_srcdir
)/
contrib
/
contrib-global.mk
15
endif