summaryrefslogtreecommitdiff
path: root/src/include/pg_trace.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-10-04 00:30:14 +0000
committerBruce Momjian <bruce@momjian.us>2006-10-04 00:30:14 +0000
commitf99a569a2ee3763b4ae174e81250c95ca0fdcbb6 (patch)
tree76e6371fe8b347c73d7020c0bc54b9fba519dc10 /src/include/pg_trace.h
parent451e419e9852cdf9d7e7cefc09d5355abb3405e9 (diff)
downloadpostgresql-f99a569a2ee3763b4ae174e81250c95ca0fdcbb6.tar.gz
pgindent run for 8.2.
Diffstat (limited to 'src/include/pg_trace.h')
-rw-r--r--src/include/pg_trace.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/include/pg_trace.h b/src/include/pg_trace.h
index 6c35cb2e8d..77862ff0e3 100644
--- a/src/include/pg_trace.h
+++ b/src/include/pg_trace.h
@@ -5,7 +5,7 @@
*
* Copyright (c) 2006, PostgreSQL Global Development Group
*
- * $PostgreSQL: pgsql/src/include/pg_trace.h,v 1.1 2006/07/24 16:32:45 petere Exp $
+ * $PostgreSQL: pgsql/src/include/pg_trace.h,v 1.2 2006/10/04 00:30:06 momjian Exp $
* ----------
*/
@@ -21,7 +21,7 @@
*
* Only one DTrace provider called "postgresql" will be used for PostgreSQL,
* so the name is hard-coded here to avoid having to specify it in the
- * source code.
+ * source code.
*/
#define PG_TRACE(name) \
@@ -36,8 +36,7 @@
DTRACE_PROBE4(postgresql, name, arg1, arg2, arg3, arg4)
#define PG_TRACE5(name, arg1, arg2, arg3, arg4, arg5) \
DTRACE_PROBE5(postgresql, name, arg1, arg2, arg3, arg4, arg5)
-
-#else /* not ENABLE_DTRACE */
+#else /* not ENABLE_DTRACE */
/*
* Unless DTrace is explicitly enabled with --enable-dtrace, the PG_TRACE
@@ -50,7 +49,6 @@
#define PG_TRACE3(name, arg1, arg2, arg3)
#define PG_TRACE4(name, arg1, arg2, arg3, arg4)
#define PG_TRACE5(name, arg1, arg2, arg3, arg4, arg5)
+#endif /* not ENABLE_DTRACE */
-#endif /* not ENABLE_DTRACE */
-
-#endif /* PG_TRACE_H */
+#endif /* PG_TRACE_H */