projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1a4e60
)
Fix typos in comments.
author
Neil Conway
<neilc@samurai.com>
Tue, 4 Jul 2006 04:35:49 +0000
(
04:35
+0000)
committer
Neil Conway
<neilc@samurai.com>
Tue, 4 Jul 2006 04:35:49 +0000
(
04:35
+0000)
src/backend/utils/adt/ruleutils.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/adt/ruleutils.c
b/src/backend/utils/adt/ruleutils.c
index a1445d672a2bd114890dc017418c2a11315b9f3d..0bee4407ef9aecf92b0186e07052b7e53c22f616 100644
(file)
--- a/
src/backend/utils/adt/ruleutils.c
+++ b/
src/backend/utils/adt/ruleutils.c
@@
-270,7
+270,7
@@
pg_get_ruledef_worker(Oid ruleoid, int prettyFlags)
else
{
/*
- * Get the rule
s definition and put it into executor
s 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 rule
s definition and put it into executor
s memory
+ * Get the rule
's definition and put it into executor'
s memory
*/
ruletup = SPI_tuptable->vals[0];
rulettc = SPI_tuptable->tupdesc;