Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 530eab5

Browse files
author
Neil Conway
committed
Fix typos in comments.
1 parent b7b78d2 commit 530eab5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/utils/adt/ruleutils.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* ruleutils.c - Functions to convert stored expressions/querytrees
33
* back to source text
44
*
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 $
66
**********************************************************************/
77

88
#include "postgres.h"
@@ -270,7 +270,7 @@ pg_get_ruledef_worker(Oid ruleoid, int prettyFlags)
270270
else
271271
{
272272
/*
273-
* Get the rules definition and put it into executors memory
273+
* Get the rule's definition and put it into executor's memory
274274
*/
275275
ruletup = SPI_tuptable->vals[0];
276276
rulettc = SPI_tuptable->tupdesc;
@@ -403,7 +403,7 @@ pg_get_viewdef_worker(Oid viewoid, int prettyFlags)
403403
else
404404
{
405405
/*
406-
* Get the rules definition and put it into executors memory
406+
* Get the rule's definition and put it into executor's memory
407407
*/
408408
ruletup = SPI_tuptable->vals[0];
409409
rulettc = SPI_tuptable->tupdesc;

0 commit comments

Comments
 (0)