|
26 | 26 | *
|
27 | 27 | *
|
28 | 28 | * 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 $ |
30 | 30 | *
|
31 | 31 | *-------------------------------------------------------------------------
|
32 | 32 | */
|
@@ -542,7 +542,7 @@ InitPlan(QueryDesc *queryDesc, bool explainOnly)
|
542 | 542 | }
|
543 | 543 |
|
544 | 544 | /*
|
545 |
| - * Detect whether we're doing SELECT INTO. If so, set theforce_oids |
| 545 | + * Detect whether we're doing SELECT INTO. If so, set thees_into_oids |
546 | 546 | * flag appropriately so that the plan tree will be initialized with
|
547 | 547 | * the correct tuple descriptors.
|
548 | 548 | */
|
|