aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/tupmacs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access/tupmacs.h')
-rw-r--r--src/include/access/tupmacs.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/access/tupmacs.h b/src/include/access/tupmacs.h
index 622adfa5f86..58b3a58cfd0 100644
--- a/src/include/access/tupmacs.h
+++ b/src/include/access/tupmacs.h
@@ -14,7 +14,6 @@
#ifndef TUPMACS_H
#define TUPMACS_H
-#include "access/tupdesc.h"
#include "catalog/pg_type_d.h" /* for TYPALIGN macros */
@@ -31,8 +30,8 @@ att_isnull(int ATT, const bits8 *BITS)
#ifndef FRONTEND
/*
- * Given a Form_pg_attribute or CompactAttribute and a pointer into a tuple's
- * data area, return the correct value or pointer.
+ * Given a Form_pg_attribute and a pointer into a tuple's data area,
+ * return the correct value or pointer.
*
* We return a Datum value in all cases. If the attribute has "byval" false,
* we return the same pointer into the tuple data area that we're passed.