diff options
Diffstat (limited to 'src/backend/access/heap/heapam.c')
-rw-r--r-- | src/backend/access/heap/heapam.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/access/heap/heapam.c b/src/backend/access/heap/heapam.c index ac744e4187e..25d9fdea3a0 100644 --- a/src/backend/access/heap/heapam.c +++ b/src/backend/access/heap/heapam.c @@ -1060,7 +1060,8 @@ relation_close(Relation relation, LOCKMODE lockmode) * * This is essentially relation_open plus check that the relation * is not an index nor a composite type. (The caller should also - * check that it's not a view before assuming it has storage.) + * check that it's not a view or foreign table before assuming it has + * storage.) * ---------------- */ Relation |