aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/backend/utils/probes.d6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/utils/probes.d b/src/backend/utils/probes.d
index 33ac627799c..f08a49c9dd2 100644
--- a/src/backend/utils/probes.d
+++ b/src/backend/utils/probes.d
@@ -9,10 +9,10 @@
/*
- * Typedefs used in PostgreSQL.
+ * Typedefs used in PostgreSQL probes.
*
* NOTE: Do not use system-provided typedefs (e.g. uintptr_t, uint32_t, etc)
- * in probe definitions, as they cause compilation errors on macOS 10.5.
+ * in probe definitions, as they cause compilation errors on macOS.
*/
#define LocalTransactionId unsigned int
#define LWLockMode int
@@ -20,7 +20,7 @@
#define BlockNumber unsigned int
#define Oid unsigned int
#define ForkNumber int
-#define bool char
+#define bool unsigned char
provider postgresql {