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
Fix a compiler warning in initStringInfo().
[pgsql.git]
/
src
/
backend
/
tsearch
/
meson.build
blob
c109b21c3a2572388fd849d931a6207749c6e9aa
1
# Copyright (c) 2022-2025, PostgreSQL Global Development Group
2
3
backend_sources += files(
4
'dict.c',
5
'dict_ispell.c',
6
'dict_simple.c',
7
'dict_synonym.c',
8
'dict_thesaurus.c',
9
'regis.c',
10
'spell.c',
11
'to_tsany.c',
12
'ts_locale.c',
13
'ts_parse.c',
14
'ts_selfuncs.c',
15
'ts_typanalyze.c',
16
'ts_utils.c',
17
'wparser.c',
18
'wparser_def.c',
19
)
20
21
install_subdir('dicts',
22
install_dir: dir_data / 'tsearch_data',
23
strip_directory: true)