File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 the rules definition and put it into executors memory
273
+ * Get the rule's definition and put it into executor'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 the rules definition and put it into executors memory
406
+ * Get the rule's definition and put it into executor's memory
407
407
*/
408
408
ruletup = SPI_tuptable -> vals [0 ];
409
409
rulettc = SPI_tuptable -> tupdesc ;
You can’t perform that action at this time.
0 commit comments