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
Unmark gen_random_uuid() function leakproof.
[pgsql.git]
/
src
/
timezone
/
tznames
/
meson.build
blob
f4fb1316bca9294a31d88f7b74f325c385848590
1
# Copyright (c) 2022-2024, PostgreSQL Global Development Group
2
3
tznames = files(
4
'Africa.txt',
5
'America.txt',
6
'Antarctica.txt',
7
'Asia.txt',
8
'Atlantic.txt',
9
'Australia.txt',
10
'Etc.txt',
11
'Europe.txt',
12
'Indian.txt',
13
'Pacific.txt',
14
)
15
16
tznames_sets = files(
17
'Default',
18
'Australia',
19
'India')
20
21
install_data(tznames, tznames_sets,
22
install_dir: dir_data / 'timezonesets',
23
)