projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77213a8
)
Fix misspelled comment
author
Tom Lane
<
[email protected]
>
Tue, 30 Sep 2008 12:51:07 +0000
(12:51 +0000)
committer
Tom Lane
<
[email protected]
>
Tue, 30 Sep 2008 12:51:07 +0000
(12:51 +0000)
src/bin/pg_ctl/pg_ctl.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_ctl/pg_ctl.c
b/src/bin/pg_ctl/pg_ctl.c
index 8329eaae28917b228f928524c122d70867ee7521..bc756959d24a76886e759c6ff12c90d7625934eb 100644
(file)
--- a/
src/bin/pg_ctl/pg_ctl.c
+++ b/
src/bin/pg_ctl/pg_ctl.c
@@
-573,7
+573,7
@@
read_post_opts(void)
{
if (post_opts == NULL)
{
- post_opts = ""; /* defa
t
ult */
+ post_opts = ""; /* default */
if (ctl_command == RESTART_COMMAND)
{
char **optlines;