mirror of https://github.com/postgres/postgres
Discussion: https://postgr.es/m/222b43a5-2fb3-2c1b-9cd0-375d376c8246@dunslane.netpull/111/head
parent
594f8d3776
commit
8284cf5f74
@ -1,3 +1,5 @@ |
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group |
||||||
|
|
||||||
backend_sources += files( |
backend_sources += files( |
||||||
'foreign.c' |
'foreign.c' |
||||||
) |
) |
||||||
|
@ -1,3 +1,5 @@ |
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group |
||||||
|
|
||||||
backend_sources += files( |
backend_sources += files( |
||||||
'jit.c' |
'jit.c' |
||||||
) |
) |
||||||
|
@ -1,2 +1,4 @@ |
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group |
||||||
|
|
||||||
main_file = files('main.c') |
main_file = files('main.c') |
||||||
backend_sources += main_file |
backend_sources += main_file |
||||||
|
@ -1 +1,3 @@ |
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group |
||||||
|
|
||||||
i18n.gettext('postgres-' + pg_version_major.to_string()) |
i18n.gettext('postgres-' + pg_version_major.to_string()) |
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue