mirror of
https://github.com/postgres/postgres.git
synced 2025-04-18 13:44:19 +03:00
Add copyright notices to meson files
Discussion: https://postgr.es/m/222b43a5-2fb3-2c1b-9cd0-375d376c8246@dunslane.net
This commit is contained in:
parent
594f8d3776
commit
8284cf5f74
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
adminpack_sources = files(
|
adminpack_sources = files(
|
||||||
'adminpack.c',
|
'adminpack.c',
|
||||||
)
|
)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
amcheck_sources = files(
|
amcheck_sources = files(
|
||||||
'verify_heapam.c',
|
'verify_heapam.c',
|
||||||
'verify_nbtree.c',
|
'verify_nbtree.c',
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
auth_delay_sources = files(
|
auth_delay_sources = files(
|
||||||
'auth_delay.c',
|
'auth_delay.c',
|
||||||
)
|
)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
auto_explain_sources = files(
|
auto_explain_sources = files(
|
||||||
'auto_explain.c',
|
'auto_explain.c',
|
||||||
)
|
)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
basebackup_to_shell_sources = files(
|
basebackup_to_shell_sources = files(
|
||||||
'basebackup_to_shell.c',
|
'basebackup_to_shell.c',
|
||||||
)
|
)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
basic_archive_sources = files(
|
basic_archive_sources = files(
|
||||||
'basic_archive.c',
|
'basic_archive.c',
|
||||||
)
|
)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
bloom_sources = files(
|
bloom_sources = files(
|
||||||
'blcost.c',
|
'blcost.c',
|
||||||
'blinsert.c',
|
'blinsert.c',
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
if not perl_dep.found()
|
if not perl_dep.found()
|
||||||
subdir_done()
|
subdir_done()
|
||||||
endif
|
endif
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
btree_gin_sources = files(
|
btree_gin_sources = files(
|
||||||
'btree_gin.c',
|
'btree_gin.c',
|
||||||
)
|
)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
btree_gist_sources = files(
|
btree_gist_sources = files(
|
||||||
'btree_bit.c',
|
'btree_bit.c',
|
||||||
'btree_bool.c',
|
'btree_bool.c',
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
citext_sources = files(
|
citext_sources = files(
|
||||||
'citext.c',
|
'citext.c',
|
||||||
)
|
)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
cube_sources = files(
|
cube_sources = files(
|
||||||
'cube.c',
|
'cube.c',
|
||||||
)
|
)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
dblink_sources = files(
|
dblink_sources = files(
|
||||||
'dblink.c',
|
'dblink.c',
|
||||||
)
|
)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
dict_int_sources = files(
|
dict_int_sources = files(
|
||||||
'dict_int.c',
|
'dict_int.c',
|
||||||
)
|
)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
dict_xsyn_sources = files(
|
dict_xsyn_sources = files(
|
||||||
'dict_xsyn.c',
|
'dict_xsyn.c',
|
||||||
)
|
)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
earthdistance_sources = files(
|
earthdistance_sources = files(
|
||||||
'earthdistance.c',
|
'earthdistance.c',
|
||||||
)
|
)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
file_fdw_sources = files(
|
file_fdw_sources = files(
|
||||||
'file_fdw.c',
|
'file_fdw.c',
|
||||||
)
|
)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
fuzzystrmatch_sources = files(
|
fuzzystrmatch_sources = files(
|
||||||
'fuzzystrmatch.c',
|
'fuzzystrmatch.c',
|
||||||
'dmetaphone.c',
|
'dmetaphone.c',
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
# .. so that includes of hstore/hstore.h work
|
# .. so that includes of hstore/hstore.h work
|
||||||
hstore_inc = include_directories('.', '../')
|
hstore_inc = include_directories('.', '../')
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
if not perl_dep.found()
|
if not perl_dep.found()
|
||||||
subdir_done()
|
subdir_done()
|
||||||
endif
|
endif
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
if not python3_dep.found()
|
if not python3_dep.found()
|
||||||
subdir_done()
|
subdir_done()
|
||||||
endif
|
endif
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
install_data(
|
install_data(
|
||||||
'intagg.control',
|
'intagg.control',
|
||||||
'intagg--1.0--1.1.sql',
|
'intagg--1.0--1.1.sql',
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
intarray_sources = files(
|
intarray_sources = files(
|
||||||
'_int_bool.c',
|
'_int_bool.c',
|
||||||
'_int_gin.c',
|
'_int_gin.c',
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
isn_sources = files(
|
isn_sources = files(
|
||||||
'isn.c',
|
'isn.c',
|
||||||
)
|
)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
if not perl_dep.found()
|
if not perl_dep.found()
|
||||||
subdir_done()
|
subdir_done()
|
||||||
endif
|
endif
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
if not python3_dep.found()
|
if not python3_dep.found()
|
||||||
subdir_done()
|
subdir_done()
|
||||||
endif
|
endif
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
lo_sources = files(
|
lo_sources = files(
|
||||||
'lo.c',
|
'lo.c',
|
||||||
)
|
)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
ltree_sources = files(
|
ltree_sources = files(
|
||||||
'_ltree_gist.c',
|
'_ltree_gist.c',
|
||||||
'_ltree_op.c',
|
'_ltree_op.c',
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
if not python3_dep.found()
|
if not python3_dep.found()
|
||||||
subdir_done()
|
subdir_done()
|
||||||
endif
|
endif
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
contrib_mod_args = pg_mod_args
|
contrib_mod_args = pg_mod_args
|
||||||
|
|
||||||
contrib_data_dir = dir_data_extension
|
contrib_data_dir = dir_data_extension
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
oid2name_sources = files(
|
oid2name_sources = files(
|
||||||
'oid2name.c',
|
'oid2name.c',
|
||||||
)
|
)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
old_snapshot_sources = files(
|
old_snapshot_sources = files(
|
||||||
'time_mapping.c',
|
'time_mapping.c',
|
||||||
)
|
)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
pageinspect_sources = files(
|
pageinspect_sources = files(
|
||||||
'brinfuncs.c',
|
'brinfuncs.c',
|
||||||
'btreefuncs.c',
|
'btreefuncs.c',
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
passwordcheck_sources = files(
|
passwordcheck_sources = files(
|
||||||
'passwordcheck.c',
|
'passwordcheck.c',
|
||||||
)
|
)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
pg_buffercache_sources = files(
|
pg_buffercache_sources = files(
|
||||||
'pg_buffercache_pages.c',
|
'pg_buffercache_pages.c',
|
||||||
)
|
)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
pg_freespacemap_sources = files(
|
pg_freespacemap_sources = files(
|
||||||
'pg_freespacemap.c',
|
'pg_freespacemap.c',
|
||||||
)
|
)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
pg_prewarm_sources = files(
|
pg_prewarm_sources = files(
|
||||||
'autoprewarm.c',
|
'autoprewarm.c',
|
||||||
'pg_prewarm.c',
|
'pg_prewarm.c',
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
pg_stat_statements_sources = files(
|
pg_stat_statements_sources = files(
|
||||||
'pg_stat_statements.c',
|
'pg_stat_statements.c',
|
||||||
)
|
)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
pg_surgery_sources = files(
|
pg_surgery_sources = files(
|
||||||
'heap_surgery.c',
|
'heap_surgery.c',
|
||||||
)
|
)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
pg_trgm_sources = files(
|
pg_trgm_sources = files(
|
||||||
'trgm_gin.c',
|
'trgm_gin.c',
|
||||||
'trgm_gist.c',
|
'trgm_gist.c',
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
pg_visibility_sources = files(
|
pg_visibility_sources = files(
|
||||||
'pg_visibility.c',
|
'pg_visibility.c',
|
||||||
)
|
)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
pg_walinspect_sources = files('pg_walinspect.c')
|
pg_walinspect_sources = files('pg_walinspect.c')
|
||||||
|
|
||||||
if host_system == 'windows'
|
if host_system == 'windows'
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
if not ssl.found()
|
if not ssl.found()
|
||||||
subdir_done()
|
subdir_done()
|
||||||
endif
|
endif
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
pgrowlocks_sources = files(
|
pgrowlocks_sources = files(
|
||||||
'pgrowlocks.c',
|
'pgrowlocks.c',
|
||||||
)
|
)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
pgstattuple_sources = files(
|
pgstattuple_sources = files(
|
||||||
'pgstatapprox.c',
|
'pgstatapprox.c',
|
||||||
'pgstatindex.c',
|
'pgstatindex.c',
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
postgres_fdw_sources = files(
|
postgres_fdw_sources = files(
|
||||||
'connection.c',
|
'connection.c',
|
||||||
'deparse.c',
|
'deparse.c',
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
seg_sources = files(
|
seg_sources = files(
|
||||||
'seg.c',
|
'seg.c',
|
||||||
)
|
)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
if not selinux.found()
|
if not selinux.found()
|
||||||
subdir_done()
|
subdir_done()
|
||||||
endif
|
endif
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
autoinc_sources = files(
|
autoinc_sources = files(
|
||||||
'autoinc.c',
|
'autoinc.c',
|
||||||
)
|
)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
if not ssl.found()
|
if not ssl.found()
|
||||||
subdir_done()
|
subdir_done()
|
||||||
endif
|
endif
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
tablefunc_sources = files(
|
tablefunc_sources = files(
|
||||||
'tablefunc.c',
|
'tablefunc.c',
|
||||||
)
|
)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
tcn_sources = files(
|
tcn_sources = files(
|
||||||
'tcn.c',
|
'tcn.c',
|
||||||
)
|
)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
test_decoding_sources = files(
|
test_decoding_sources = files(
|
||||||
'test_decoding.c',
|
'test_decoding.c',
|
||||||
)
|
)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
tsm_system_rows_sources = files(
|
tsm_system_rows_sources = files(
|
||||||
'tsm_system_rows.c',
|
'tsm_system_rows.c',
|
||||||
)
|
)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
tsm_system_time_sources = files(
|
tsm_system_time_sources = files(
|
||||||
'tsm_system_time.c',
|
'tsm_system_time.c',
|
||||||
)
|
)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
unaccent_sources = files(
|
unaccent_sources = files(
|
||||||
'unaccent.c',
|
'unaccent.c',
|
||||||
)
|
)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
if not uuid.found()
|
if not uuid.found()
|
||||||
subdir_done()
|
subdir_done()
|
||||||
endif
|
endif
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
vacuumlo_sources = files(
|
vacuumlo_sources = files(
|
||||||
'vacuumlo.c',
|
'vacuumlo.c',
|
||||||
)
|
)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
if not libxml.found()
|
if not libxml.found()
|
||||||
subdir_done()
|
subdir_done()
|
||||||
endif
|
endif
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
docs = []
|
docs = []
|
||||||
alldocs = []
|
alldocs = []
|
||||||
doc_generated = []
|
doc_generated = []
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
# Entry point for building PostgreSQL with meson
|
# Entry point for building PostgreSQL with meson
|
||||||
#
|
#
|
||||||
# Good starting points for writing meson.build files are:
|
# Good starting points for writing meson.build files are:
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
# Data layout influencing options
|
# Data layout influencing options
|
||||||
|
|
||||||
option('blocksize', type : 'combo',
|
option('blocksize', type : 'combo',
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
backend_sources += files(
|
backend_sources += files(
|
||||||
'brin.c',
|
'brin.c',
|
||||||
'brin_bloom.c',
|
'brin_bloom.c',
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
backend_sources += files(
|
backend_sources += files(
|
||||||
'attmap.c',
|
'attmap.c',
|
||||||
'bufmask.c',
|
'bufmask.c',
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
backend_sources += files(
|
backend_sources += files(
|
||||||
'ginarrayproc.c',
|
'ginarrayproc.c',
|
||||||
'ginbtree.c',
|
'ginbtree.c',
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
backend_sources += files(
|
backend_sources += files(
|
||||||
'gist.c',
|
'gist.c',
|
||||||
'gistbuild.c',
|
'gistbuild.c',
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
backend_sources += files(
|
backend_sources += files(
|
||||||
'hash.c',
|
'hash.c',
|
||||||
'hash_xlog.c',
|
'hash_xlog.c',
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
backend_sources += files(
|
backend_sources += files(
|
||||||
'heapam.c',
|
'heapam.c',
|
||||||
'heapam_handler.c',
|
'heapam_handler.c',
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
backend_sources += files(
|
backend_sources += files(
|
||||||
'amapi.c',
|
'amapi.c',
|
||||||
'amvalidate.c',
|
'amvalidate.c',
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
subdir('brin')
|
subdir('brin')
|
||||||
subdir('common')
|
subdir('common')
|
||||||
subdir('gin')
|
subdir('gin')
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
backend_sources += files(
|
backend_sources += files(
|
||||||
'nbtcompare.c',
|
'nbtcompare.c',
|
||||||
'nbtdedup.c',
|
'nbtdedup.c',
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
# used by frontend programs like pg_waldump
|
# used by frontend programs like pg_waldump
|
||||||
rmgr_desc_sources = files(
|
rmgr_desc_sources = files(
|
||||||
'brindesc.c',
|
'brindesc.c',
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
backend_sources += files(
|
backend_sources += files(
|
||||||
'spgdoinsert.c',
|
'spgdoinsert.c',
|
||||||
'spginsert.c',
|
'spginsert.c',
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
backend_sources += files(
|
backend_sources += files(
|
||||||
'table.c',
|
'table.c',
|
||||||
'tableam.c',
|
'tableam.c',
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
backend_sources += files(
|
backend_sources += files(
|
||||||
'bernoulli.c',
|
'bernoulli.c',
|
||||||
'system.c',
|
'system.c',
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
backend_sources += files(
|
backend_sources += files(
|
||||||
'clog.c',
|
'clog.c',
|
||||||
'commit_ts.c',
|
'commit_ts.c',
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
backend_sources += files(
|
backend_sources += files(
|
||||||
'backup_manifest.c',
|
'backup_manifest.c',
|
||||||
'basebackup.c',
|
'basebackup.c',
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
backend_sources += files(
|
backend_sources += files(
|
||||||
'bootstrap.c')
|
'bootstrap.c')
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
backend_sources += files(
|
backend_sources += files(
|
||||||
'aclchk.c',
|
'aclchk.c',
|
||||||
'catalog.c',
|
'catalog.c',
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
backend_sources += files(
|
backend_sources += files(
|
||||||
'aggregatecmds.c',
|
'aggregatecmds.c',
|
||||||
'alter.c',
|
'alter.c',
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
backend_sources += files(
|
backend_sources += files(
|
||||||
'execAmi.c',
|
'execAmi.c',
|
||||||
'execAsync.c',
|
'execAsync.c',
|
||||||
|
@ -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
|
||||||
|
|
||||||
if not llvm.found()
|
if not llvm.found()
|
||||||
subdir_done()
|
subdir_done()
|
||||||
endif
|
endif
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
backend_sources += files(
|
backend_sources += files(
|
||||||
'jit.c'
|
'jit.c'
|
||||||
)
|
)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
backend_sources += files(
|
backend_sources += files(
|
||||||
'binaryheap.c',
|
'binaryheap.c',
|
||||||
'bipartite_match.c',
|
'bipartite_match.c',
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
backend_sources += files(
|
backend_sources += files(
|
||||||
'auth-sasl.c',
|
'auth-sasl.c',
|
||||||
'auth-scram.c',
|
'auth-scram.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,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
backend_build_deps = [backend_code]
|
backend_build_deps = [backend_code]
|
||||||
backend_sources = []
|
backend_sources = []
|
||||||
backend_link_with = [pgport_srv, common_srv]
|
backend_link_with = [pgport_srv, common_srv]
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
backend_sources += files(
|
backend_sources += files(
|
||||||
'bitmapset.c',
|
'bitmapset.c',
|
||||||
'extensible.c',
|
'extensible.c',
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
backend_sources += files(
|
backend_sources += files(
|
||||||
'geqo_copy.c',
|
'geqo_copy.c',
|
||||||
'geqo_cx.c',
|
'geqo_cx.c',
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
subdir('geqo')
|
subdir('geqo')
|
||||||
subdir('path')
|
subdir('path')
|
||||||
subdir('plan')
|
subdir('plan')
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
backend_sources += files(
|
backend_sources += files(
|
||||||
'allpaths.c',
|
'allpaths.c',
|
||||||
'clausesel.c',
|
'clausesel.c',
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
backend_sources += files(
|
backend_sources += files(
|
||||||
'analyzejoins.c',
|
'analyzejoins.c',
|
||||||
'createplan.c',
|
'createplan.c',
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
backend_sources += files(
|
backend_sources += files(
|
||||||
'prepagg.c',
|
'prepagg.c',
|
||||||
'prepjointree.c',
|
'prepjointree.c',
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
backend_sources += files(
|
backend_sources += files(
|
||||||
'appendinfo.c',
|
'appendinfo.c',
|
||||||
'clauses.c',
|
'clauses.c',
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
backend_sources += files(
|
backend_sources += files(
|
||||||
'analyze.c',
|
'analyze.c',
|
||||||
'parse_agg.c',
|
'parse_agg.c',
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
backend_sources += files(
|
backend_sources += files(
|
||||||
'partbounds.c',
|
'partbounds.c',
|
||||||
'partdesc.c',
|
'partdesc.c',
|
||||||
|
@ -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())
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
backend_sources += files(
|
backend_sources += files(
|
||||||
'atomics.c',
|
'atomics.c',
|
||||||
)
|
)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||||
|
|
||||||
backend_sources += files(
|
backend_sources += files(
|
||||||
'crashdump.c',
|
'crashdump.c',
|
||||||
'signal.c',
|
'signal.c',
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user