|
8 | 8 | *
|
9 | 9 | *
|
10 | 10 | * IDENTIFICATION
|
11 |
| - * $PostgreSQL: pgsql/src/backend/executor/execJunk.c,v 1.44 2004/10/07 18:38:49 tgl Exp $ |
| 11 | + * $PostgreSQL: pgsql/src/backend/executor/execJunk.c,v 1.45 2004/10/11 02:02:41 neilc Exp $ |
12 | 12 | *
|
13 | 13 | *-------------------------------------------------------------------------
|
14 | 14 | */
|
|
26 | 26 | * An attribute of a tuple living inside the executor, can be
|
27 | 27 | * either a normal attribute or a "junk" attribute. "junk" attributes
|
28 | 28 | * never make it out of the executor, i.e. they are never printed,
|
29 |
| - * returned or storedin disk. Their only purpose in life is to |
| 29 | + * returned or storedon disk. Their only purpose in life is to |
30 | 30 | * store some information useful only to the executor, mainly the values
|
31 | 31 | * of some system attributes like "ctid" or rule locks.
|
32 | 32 | *
|
|