1 # Copyright (c) 2022-2024, PostgreSQL Global Development Group
3 backend_sources += files(
9 'pgstat_checkpointer.c',
17 'pgstat_subscription.c',
22 # this includes a .c file with contents generated in ../../../include/activity,
23 # seems nicer to not add that as an include path for the whole backend.
24 waitevent_sources = files(
29 wait_event = static_library('wait_event_names',
31 dependencies: [backend_code],
32 include_directories: include_directories('../../../include/utils'),
33 kwargs: internal_lib_args,
36 backend_link_with += wait_event