blob: a312d93087bd0b9432486bd43cca495687244669 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright (c) 2022-2025, PostgreSQL Global Development Group
backend_sources += files(
'backend_startup.c',
'cmdtag.c',
'dest.c',
'fastpath.c',
'postgres.c',
'pquery.c',
'utility.c',
)
|