projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6dacc1
)
Fix typo in comment
author
Magnus Hagander
Tue, 26 Apr 2016 08:38:32 +0000
(10:38 +0200)
committer
Magnus Hagander
Tue, 26 Apr 2016 08:38:32 +0000
(10:38 +0200)
Author: Daniel Gustafsson
src/backend/executor/execProcnode.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/executor/execProcnode.c
b/src/backend/executor/execProcnode.c
index a31dbc934ef43e59e80e3257fd46d2450bad27cd..554244ff71f89e49b7543d8a7849b9b7ed069d82 100644
(file)
--- a/
src/backend/executor/execProcnode.c
+++ b/
src/backend/executor/execProcnode.c
@@
-72,7
+72,7
@@
*
* This should show how the executor works by having
* ExecInitNode(), ExecProcNode() and ExecEndNode() dispatch
- * their work to the appopriate node support routines which may
+ * their work to the app
r
opriate node support routines which may
* in turn call these routines themselves on their subplans.
*/
#include "postgres.h"