1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-19 13:42:17 +03:00
Files
postgres/src/backend/regex/meson.build
Bruce Momjian 50e6eb731d Update copyright for 2025
Backpatch-through: 13
2025-01-01 11:21:55 -05:00

11 lines
187 B
Meson

# Copyright (c) 2022-2025, PostgreSQL Global Development Group
backend_sources += files(
'regcomp.c',
'regerror.c',
'regexec.c',
'regexport.c',
'regfree.c',
'regprefix.c',
)