Fix indentation in twophase.c
[pgsql.git] / src / include / pg_trace.h
blobc31bb4a746bf91088b8f360ab12f69814b4c7258
1 /* ----------
2 * pg_trace.h
4 * Definitions for the PostgreSQL tracing framework
6 * Copyright (c) 2006-2023, PostgreSQL Global Development Group
8 * src/include/pg_trace.h
9 * ----------
12 #ifndef PG_TRACE_H
13 #define PG_TRACE_H
15 #include "utils/probes.h" /* pgrminclude ignore */
17 #endif /* PG_TRACE_H */