Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982e998 commit 9d83358Copy full SHA for 9d83358
src/backend/executor/execMain.c
@@ -26,7 +26,7 @@
26
*
27
28
* IDENTIFICATION
29
- * $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 $
30
31
*-------------------------------------------------------------------------
32
*/
@@ -542,7 +542,7 @@ InitPlan(QueryDesc *queryDesc, bool explainOnly)
542
}
543
544
/*
545
- * 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
546
* flag appropriately so that the plan tree will be initialized with
547
* the correct tuple descriptors.
548
0 commit comments