mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +03:00
Reported-by: Michael Paquier Discussion: https://postgr.es/m/ZZKTDPxBBMt3C0J9@paquier.xyz Backpatch-through: 12
14 lines
247 B
Meson
14 lines
247 B
Meson
# Copyright (c) 2022-2024, 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',
|
|
)
|