Home
last modified time | relevance | path

Searched refs:emit_log_hook (Results 1 – 25 of 103) sorted by relevance

12345

/dports/databases/timescaledb/timescaledb-2.5.1/test/src/bgw/
H A Dlog.c98 emit_log_hook = NULL; in emit_log_hook_callback()
115 emit_log_hook = emit_log_hook_callback; in emit_log_hook_callback()
127 emit_log_hook = emit_log_hook_callback; in emit_log_hook_callback()
136 prev_emit_log_hook = emit_log_hook; in ts_register_emit_log_hook()
137 emit_log_hook = emit_log_hook_callback; in ts_register_emit_log_hook()
/dports/databases/timescaledb/timescaledb-2.5.1/tsl/src/remote/
H A Dconnection.c1987 emit_log_hook_type prev_emit_log_hook = emit_log_hook; in remote_connection_xact_end()
1988 emit_log_hook = NULL; in remote_connection_xact_end()
2022 emit_log_hook = prev_emit_log_hook; in remote_connection_xact_end()
2033 emit_log_hook_type prev_emit_log_hook = emit_log_hook; in remote_connection_subxact_end()
2034 emit_log_hook = NULL; in remote_connection_subxact_end()
2049 emit_log_hook = prev_emit_log_hook; in remote_connection_subxact_end()
/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/
H A Dsrc_backend_utils_error_elog.c143 __thread emit_log_hook_type emit_log_hook = NULL; variable
1251 if (edata->output_to_server && emit_log_hook) in EmitErrorReport()
1252 (*emit_log_hook) (edata); in EmitErrorReport()
/dports/databases/libpg_query/libpg_query-10-1.0.4/src/postgres/
H A Dsrc_backend_utils_error_elog.c143 __thread emit_log_hook_type emit_log_hook = NULL; variable
1249 if (edata->output_to_server && emit_log_hook) in EmitErrorReport()
1250 (*emit_log_hook) (edata); in EmitErrorReport()
/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/include/utils/
H A Delog.h375 extern PGDLLIMPORT __thread emit_log_hook_type emit_log_hook;
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/include/utils/
H A Delog.h375 extern PGDLLIMPORT emit_log_hook_type emit_log_hook;
/dports/databases/postgresql96-server/postgresql-9.6.24/src/include/utils/
H A Delog.h375 extern PGDLLIMPORT emit_log_hook_type emit_log_hook;
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/include/utils/
H A Delog.h375 extern PGDLLIMPORT emit_log_hook_type emit_log_hook;
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/include/utils/
H A Delog.h375 extern PGDLLIMPORT emit_log_hook_type emit_log_hook;
/dports/databases/postgresql10-plperl/postgresql-10.19/src/include/utils/
H A Delog.h375 extern PGDLLIMPORT emit_log_hook_type emit_log_hook;
/dports/databases/postgresql11-client/postgresql-11.14/src/include/utils/
H A Delog.h375 extern PGDLLIMPORT emit_log_hook_type emit_log_hook;
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/include/utils/
H A Delog.h375 extern PGDLLIMPORT emit_log_hook_type emit_log_hook;
/dports/databases/postgresql10-contrib/postgresql-10.19/src/include/utils/
H A Delog.h375 extern PGDLLIMPORT emit_log_hook_type emit_log_hook;
/dports/databases/postgresql10-client/postgresql-10.19/src/include/utils/
H A Delog.h375 extern PGDLLIMPORT emit_log_hook_type emit_log_hook;
/dports/databases/postgresql10-plpython/postgresql-10.19/src/include/utils/
H A Delog.h375 extern PGDLLIMPORT emit_log_hook_type emit_log_hook;
/dports/databases/postgresql10-docs/postgresql-10.19/src/include/utils/
H A Delog.h375 extern PGDLLIMPORT emit_log_hook_type emit_log_hook;
/dports/databases/postgresql11-plperl/postgresql-11.14/src/include/utils/
H A Delog.h375 extern PGDLLIMPORT emit_log_hook_type emit_log_hook;
/dports/databases/postgresql11-docs/postgresql-11.14/src/include/utils/
H A Delog.h375 extern PGDLLIMPORT emit_log_hook_type emit_log_hook;
/dports/databases/postgresql11-plpython/postgresql-11.14/src/include/utils/
H A Delog.h375 extern PGDLLIMPORT emit_log_hook_type emit_log_hook;
/dports/databases/postgresql11-contrib/postgresql-11.14/src/include/utils/
H A Delog.h375 extern PGDLLIMPORT emit_log_hook_type emit_log_hook;
/dports/databases/postgresql10-server/postgresql-10.19/src/include/utils/
H A Delog.h375 extern PGDLLIMPORT emit_log_hook_type emit_log_hook;
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/include/utils/
H A Delog.h375 extern PGDLLIMPORT emit_log_hook_type emit_log_hook;
/dports/databases/postgresql12-client/postgresql-12.9/src/include/utils/
H A Delog.h395 extern PGDLLIMPORT emit_log_hook_type emit_log_hook;
/dports/databases/postgresql11-server/postgresql-11.14/src/include/utils/
H A Delog.h375 extern PGDLLIMPORT emit_log_hook_type emit_log_hook;
/dports/databases/libpg_query/libpg_query-10-1.0.4/src/postgres/include/utils/
H A Delog.h375 extern PGDLLIMPORT __thread emit_log_hook_type emit_log_hook;

12345