mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-19 21:07:07 +08:00
14 lines
247 B
Meson
14 lines
247 B
Meson
# Copyright (c) 2022-2025, PostgreSQL Global Development Group
|
|
|
|
backend_sources += files(
|
|
'bipartite_match.c',
|
|
'bloomfilter.c',
|
|
'dshash.c',
|
|
'hyperloglog.c',
|
|
'ilist.c',
|
|
'integerset.c',
|
|
'knapsack.c',
|
|
'pairingheap.c',
|
|
'rbtree.c',
|
|
)
|