Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9d83358

Browse files
committed
Update obsolete comment, per Alvaro.
1 parent 982e998 commit 9d83358

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/executor/execMain.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*
2727
*
2828
* IDENTIFICATION
29-
* $PostgreSQL: pgsql/src/backend/executor/execMain.c,v 1.240 2004/12/31 21:59:45 pgsql Exp $
29+
* $PostgreSQL: pgsql/src/backend/executor/execMain.c,v 1.241 2005/01/14 17:53:33 tgl Exp $
3030
*
3131
*-------------------------------------------------------------------------
3232
*/
@@ -542,7 +542,7 @@ InitPlan(QueryDesc *queryDesc, bool explainOnly)
542542
}
543543

544544
/*
545-
* Detect whether we're doing SELECT INTO. If so, set the force_oids
545+
* Detect whether we're doing SELECT INTO. If so, set the es_into_oids
546546
* flag appropriately so that the plan tree will be initialized with
547547
* the correct tuple descriptors.
548548
*/

0 commit comments

Comments
 (0)