From db00632e0f45fa2ab5bd549949b21759d41bafc4 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 27 Nov 1997 02:23:02 +0000 Subject: Cleaups of comments. --- src/backend/executor/execAmi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/executor/execAmi.c') diff --git a/src/backend/executor/execAmi.c b/src/backend/executor/execAmi.c index 6da5fe1ef5c..5ae699df980 100644 --- a/src/backend/executor/execAmi.c +++ b/src/backend/executor/execAmi.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/executor/execAmi.c,v 1.10 1997/11/21 18:21:17 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/executor/execAmi.c,v 1.11 1997/11/27 02:23:01 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -411,7 +411,7 @@ ExecRestrPos(Plan *node) * accessMtd -- access methods used to access the created relation. * relation -- optional. Either an index to the range table or * negative number indicating a temporary relation. - * A temporary relation is assume is this field is absent. + * A temporary relation is assume if this field is absent. * ---------------------------------------------------------------- */ -- cgit v1.2.3