aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/relcache.c
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2019-03-11 08:16:14 +0530
committerAndres Freund <andres@anarazel.de>2019-03-11 09:58:46 -0700
commita6e48da08844eeb5a72c8b59dad3aaab6e891fac (patch)
tree9b86035dde43e302a86706ab57204bf26be29ee0 /src/backend/utils/cache/relcache.c
parentaf38498d4c9b840e0e454574519459edda3871db (diff)
downloadpostgresql-a6e48da08844eeb5a72c8b59dad3aaab6e891fac.tar.gz
postgresql-a6e48da08844eeb5a72c8b59dad3aaab6e891fac.zip
Fix typos in commit 8586bf7ed8.
Author: Amit Kapila Discussion: https://postgr.es/m/CAA4eK1KNv1Mg2krf4E9ssWFnE=8A9mZ1VbVywXBZTFSzb+wP2g@mail.gmail.com
Diffstat (limited to 'src/backend/utils/cache/relcache.c')
-rw-r--r--src/backend/utils/cache/relcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/cache/relcache.c b/src/backend/utils/cache/relcache.c
index 6b28c243bda..eba77491fd5 100644
--- a/src/backend/utils/cache/relcache.c
+++ b/src/backend/utils/cache/relcache.c
@@ -1680,7 +1680,7 @@ InitTableAmRoutine(Relation relation)
}
/*
- * Initialize table access method support for a table like relation relation
+ * Initialize table access method support for a table like relation
*/
void
RelationInitTableAccessMethod(Relation relation)