mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
Reported-by: Michael Paquier Discussion: https://postgr.es/m/ZZKTDPxBBMt3C0J9@paquier.xyz Backpatch-through: 12
16 lines
279 B
Meson
16 lines
279 B
Meson
# Copyright (c) 2022-2024, PostgreSQL Global Development Group
|
|
|
|
backend_sources += files(
|
|
'gist.c',
|
|
'gistbuild.c',
|
|
'gistbuildbuffers.c',
|
|
'gistget.c',
|
|
'gistproc.c',
|
|
'gistscan.c',
|
|
'gistsplit.c',
|
|
'gistutil.c',
|
|
'gistvacuum.c',
|
|
'gistvalidate.c',
|
|
'gistxlog.c',
|
|
)
|