mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
Reported-by: Michael Paquier Discussion: https://postgr.es/m/ZZKTDPxBBMt3C0J9@paquier.xyz Backpatch-through: 12
11 lines
187 B
Meson
11 lines
187 B
Meson
# Copyright (c) 2022-2024, PostgreSQL Global Development Group
|
|
|
|
backend_sources += files(
|
|
'regcomp.c',
|
|
'regerror.c',
|
|
'regexec.c',
|
|
'regexport.c',
|
|
'regfree.c',
|
|
'regprefix.c',
|
|
)
|