diff options
Diffstat (limited to 'src/backend/utils/cache/relcache.c')
-rw-r--r-- | src/backend/utils/cache/relcache.c | 2 |
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) |