Fix typos in comments.
authorNeil Conway <neilc@samurai.com>
Tue, 4 Jul 2006 04:35:49 +0000 (04:35 +0000)
committerNeil Conway <neilc@samurai.com>
Tue, 4 Jul 2006 04:35:49 +0000 (04:35 +0000)
src/backend/utils/adt/ruleutils.c

index a1445d672a2bd114890dc017418c2a11315b9f3d..0bee4407ef9aecf92b0186e07052b7e53c22f616 100644 (file)
@@ -270,7 +270,7 @@ pg_get_ruledef_worker(Oid ruleoid, int prettyFlags)
        else
        {
                /*
-                * Get the rules definition and put it into executors memory
+                * Get the rule's definition and put it into executor's memory
                 */
                ruletup = SPI_tuptable->vals[0];
                rulettc = SPI_tuptable->tupdesc;
@@ -403,7 +403,7 @@ pg_get_viewdef_worker(Oid viewoid, int prettyFlags)
        else
        {
                /*
-                * Get the rules definition and put it into executors memory
+                * Get the rule's definition and put it into executor's memory
                 */
                ruletup = SPI_tuptable->vals[0];
                rulettc = SPI_tuptable->tupdesc;