summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorRobert Haas2012-05-02 13:27:34 +0000
committerRobert Haas2012-05-02 13:28:16 +0000
commite01e66f808fbd161b2714eab34bb9e9d0db0db53 (patch)
tree460dd4274c71629d1eb87bc5d242275f9f211ac9 /src/include
parentf291ccd43e06fdd7c55102975a0b2f38bc140b90 (diff)
More duplicate word removal.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/catalog/objectaccess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/catalog/objectaccess.h b/src/include/catalog/objectaccess.h
index 9763280177..a5158e2bc9 100644
--- a/src/include/catalog/objectaccess.h
+++ b/src/include/catalog/objectaccess.h
@@ -15,7 +15,7 @@
* performing certain actions on a SQL object. This is intended as
* infrastructure for security or logging pluggins.
*
- * OAT_POST_CREATE should be invoked just after the the object is created.
+ * OAT_POST_CREATE should be invoked just after the object is created.
* Typically, this is done after inserting the primary catalog records and
* associated dependencies.
*