projects
/
pgpool1.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c037b9
)
Fix typo
author
Devrim GÜNDÜZ
<devrim at gunduz.org>
Wed, 13 Dec 2006 09:16:11 +0000
(09:16 +0000)
committer
Devrim GÜNDÜZ
<devrim at gunduz.org>
Wed, 13 Dec 2006 09:16:11 +0000
(09:16 +0000)
pool_process_query.c
patch
|
blob
|
blame
|
history
diff --git
a/pool_process_query.c
b/pool_process_query.c
index ac81dbc37e0ef0ff763d99cf60da5afc69895265..636a2b5273a8b7736388414d5640dbee01de0314 100644
(file)
--- a/
pool_process_query.c
+++ b/
pool_process_query.c
@@
-1860,7
+1860,7
@@
static POOL_STATUS ProcessFrontendResponse(POOL_CONNECTION *frontend,
if (pool_read(frontend, &fkind, 1) < 0)
{
- pool_error("ProcessFrontendResponse: failed to read kind from frontend. fronend abnormally exited");
+ pool_error("ProcessFrontendResponse: failed to read kind from frontend. fron
t
end abnormally exited");
return POOL_ERROR;
}