You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- /* ----------
- * pg_trace.h
- *
- * Definitions for the PostgreSQL tracing framework
- *
- * Copyright (c) 2006-2019, 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 */
|