|
2 | 2 | * ruleutils.c- Functions to convert stored expressions/querytrees
|
3 | 3 | *back to source text
|
4 | 4 | *
|
5 |
| - * $PostgreSQL: pgsql/src/backend/utils/adt/ruleutils.c,v 1.226 2006/07/03 22:45:39 tgl Exp $ |
| 5 | + * $PostgreSQL: pgsql/src/backend/utils/adt/ruleutils.c,v 1.227 2006/07/04 04:35:49 neilc Exp $ |
6 | 6 | **********************************************************************/
|
7 | 7 |
|
8 | 8 | #include"postgres.h"
|
@@ -270,7 +270,7 @@ pg_get_ruledef_worker(Oid ruleoid, int prettyFlags)
|
270 | 270 | else
|
271 | 271 | {
|
272 | 272 | /*
|
273 |
| - * Get therules definition and put it intoexecutors memory |
| 273 | + * Get therule's definition and put it intoexecutor's memory |
274 | 274 | */
|
275 | 275 | ruletup=SPI_tuptable->vals[0];
|
276 | 276 | rulettc=SPI_tuptable->tupdesc;
|
@@ -403,7 +403,7 @@ pg_get_viewdef_worker(Oid viewoid, int prettyFlags)
|
403 | 403 | else
|
404 | 404 | {
|
405 | 405 | /*
|
406 |
| - * Get therules definition and put it intoexecutors memory |
| 406 | + * Get therule's definition and put it intoexecutor's memory |
407 | 407 | */
|
408 | 408 | ruletup=SPI_tuptable->vals[0];
|
409 | 409 | rulettc=SPI_tuptable->tupdesc;
|
|