repo.or.cz
/
pgsql.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
doc: Fix section of functions age(xid) and mxid_age(xid)
[pgsql.git]
/
src
/
test
/
meson.build
blob
67376e4b7fd6c95d32e9b16aec6affb84a5c9fdb
1
# Copyright (c) 2022-2024, PostgreSQL Global Development Group
2
3
subdir('regress')
4
subdir('isolation')
5
6
subdir('authentication')
7
subdir('postmaster')
8
subdir('recovery')
9
subdir('subscription')
10
subdir('modules')
11
12
if ssl.found()
13
subdir('ssl')
14
endif
15
16
if ldap.found()
17
subdir('ldap')
18
endif
19
20
if gssapi.found()
21
subdir('kerberos')
22
endif
23
24
if icu.found()
25
subdir('icu')
26
endif
27
28
subdir('perl')