projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
819c412
)
Fix typo in comment for pclose_check() function.
author
Kevin Grittner
Thu, 13 Sep 2012 03:33:30 +0000
(22:33 -0500)
committer
Kevin Grittner
Thu, 13 Sep 2012 03:33:30 +0000
(22:33 -0500)
Backpatch to 9.2.
Etsuro Fujit
src/port/exec.c
patch
|
blob
|
blame
|
history
diff --git
a/src/port/exec.c
b/src/port/exec.c
index 1687c9c9729c21c3b21808357e3b6c1c88d77010..c79e8ba35e0bbd056ce4a23fa80b6d6a1b4e2ab6 100644
(file)
--- a/
src/port/exec.c
+++ b/
src/port/exec.c
@@
-504,7
+504,7
@@
pipe_read_line(char *cmd, char *line, int maxsize)
/*
* pclose() plus useful error reporting
* Is this necessary? bjm 2004-05-11
- * Origina
a
lly this was stated to be here because pipe.c had backend linkage.
+ * Originally this was stated to be here because pipe.c had backend linkage.
* Perhaps that's no longer so now we have got rid of pipe.c amd 2012-03-28
*/
int