Skip to content
Snippets Groups Projects
Commit 9d833584 authored by Tom Lane's avatar Tom Lane
Browse files

Update obsolete comment, per Alvaro.

parent 982e9980
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/executor/execMain.c,v 1.240 2004/12/31 21:59:45 pgsql Exp $ * $PostgreSQL: pgsql/src/backend/executor/execMain.c,v 1.241 2005/01/14 17:53:33 tgl Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -542,7 +542,7 @@ InitPlan(QueryDesc *queryDesc, bool explainOnly) ...@@ -542,7 +542,7 @@ InitPlan(QueryDesc *queryDesc, bool explainOnly)
} }
/* /*
* Detect whether we're doing SELECT INTO. If so, set the force_oids * Detect whether we're doing SELECT INTO. If so, set the es_into_oids
* flag appropriately so that the plan tree will be initialized with * flag appropriately so that the plan tree will be initialized with
* the correct tuple descriptors. * the correct tuple descriptors.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment