aboutsummaryrefslogtreecommitdiff
path: root/src/include/postgres.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/postgres.h')
-rw-r--r--src/include/postgres.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/postgres.h b/src/include/postgres.h
index f9c5527932e..30e1dee1870 100644
--- a/src/include/postgres.h
+++ b/src/include/postgres.h
@@ -458,7 +458,7 @@ typedef Datum *DatumPtr;
/*
* MultiXactIdGetDatum
- * Returns datum representation for a multixact identifier.
+ * Returns datum representation for a multixact identifier.
*/
#define MultiXactIdGetDatum(X) ((Datum) SET_4_BYTES((X)))