projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42a15f6
)
Fix comment typo.
author
Tatsuo Ishii
<ishii@postgresql.org>
Wed, 10 Jan 2018 08:29:58 +0000
(17:29 +0900)
committer
Tatsuo Ishii
<ishii@postgresql.org>
Wed, 10 Jan 2018 08:29:58 +0000
(17:29 +0900)
src/protocol/pool_proto_modules.c
patch
|
blob
|
blame
|
history
diff --git
a/src/protocol/pool_proto_modules.c
b/src/protocol/pool_proto_modules.c
index f15842ea92108bb43c2def82609b2b99a13edc31..362c1087df2d911135f74b5334083ec6d1c120d6 100644
(file)
--- a/
src/protocol/pool_proto_modules.c
+++ b/
src/protocol/pool_proto_modules.c
@@
-3651,7
+3651,7
@@
void pool_at_command_success(POOL_CONNECTION *frontend, POOL_CONNECTION_POOL *ba
if (!pool_is_command_success())
{
ereport(ERROR,
- (errmsg("pool_at_command_success: command did not suceed")));
+ (errmsg("pool_at_command_success: command did not suc
c
eed")));
}
node = pool_get_parse_tree();