init
This commit is contained in:
17
db_include/pg_trace.h
Executable file
17
db_include/pg_trace.h
Executable file
@@ -0,0 +1,17 @@
|
||||
/* ----------
|
||||
* pg_trace.h
|
||||
*
|
||||
* Definitions for the PostgreSQL tracing framework
|
||||
*
|
||||
* Copyright (c) 2006-2021, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/pg_trace.h
|
||||
* ----------
|
||||
*/
|
||||
|
||||
#ifndef PG_TRACE_H
|
||||
#define PG_TRACE_H
|
||||
|
||||
#include "utils/probes.h" /* pgrminclude ignore */
|
||||
|
||||
#endif /* PG_TRACE_H */
|
||||
Reference in New Issue
Block a user