projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d2949a
)
Fix error messsage typo
author
Takuma Hoshiai
<hoshiai@sraoss.co.jp>
Tue, 4 Feb 2020 03:00:27 +0000
(12:00 +0900)
committer
Takuma Hoshiai
<hoshiai@sraoss.co.jp>
Tue, 4 Feb 2020 03:00:27 +0000
(12:00 +0900)
src/protocol/pool_process_query.c
patch
|
blob
|
blame
|
history
diff --git
a/src/protocol/pool_process_query.c
b/src/protocol/pool_process_query.c
index 535141c26679fb275fe3f52b16d55fcd0610a90d..637f2f6b0546a968420548ef50e5e5cdcb843c42 100644
(file)
--- a/
src/protocol/pool_process_query.c
+++ b/
src/protocol/pool_process_query.c
@@
-879,7
+879,7
@@
POOL_STATUS SimpleForwardToBackend(char kind, POOL_CONNECTION *frontend,
}
else if (len < 0)
ereport(ERROR,
- (errmsg("unable to forward message to
front
end"),
+ (errmsg("unable to forward message to
back
end"),
errdetail("invalid message length:%d for message:%c", len, kind)));