aboutsummaryrefslogtreecommitdiff
path: root/src/backend/catalog/pg_attrdef.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/catalog/pg_attrdef.c')
-rw-r--r--src/backend/catalog/pg_attrdef.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/catalog/pg_attrdef.c b/src/backend/catalog/pg_attrdef.c
index 1a14093a9a0..a27b73811aa 100644
--- a/src/backend/catalog/pg_attrdef.c
+++ b/src/backend/catalog/pg_attrdef.c
@@ -331,7 +331,7 @@ RemoveAttrDefaultById(Oid attrdefId)
/*
* Get the pg_attrdef OID of the default expression for a column
- * identified by relation OID and and column number.
+ * identified by relation OID and column number.
*
* Returns InvalidOid if there is no such pg_attrdef entry.
*/