mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
Reported-by: Michael Paquier Discussion: https://postgr.es/m/ZZKTDPxBBMt3C0J9@paquier.xyz Backpatch-through: 12
12 lines
237 B
Meson
12 lines
237 B
Meson
# Copyright (c) 2022-2024, PostgreSQL Global Development Group
|
|
|
|
backend_sources += files(
|
|
'logtape.c',
|
|
'qsort_interruptible.c',
|
|
'sharedtuplestore.c',
|
|
'sortsupport.c',
|
|
'tuplesort.c',
|
|
'tuplesortvariants.c',
|
|
'tuplestore.c',
|
|
)
|