1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-27 07:42:10 +03:00
Files
postgres/src/backend/jit/meson.build
Bruce Momjian c8e1ba736b Update copyright for 2023
Backpatch-through: 11
2023-01-02 15:00:37 -05:00

6 lines
102 B
Meson

# Copyright (c) 2022-2023, PostgreSQL Global Development Group
backend_sources += files(
'jit.c'
)