提交 ca9cf85d 编写于 作者: I Itagaki Takahiro

Fix pg_server_to_client, that was broken in the previous commit.

上级 3cba8240
......@@ -569,7 +569,7 @@ pg_server_to_client(const char *s, int len)
{
Assert(ClientEncoding);
return pg_any_to_server(s, len, ClientEncoding->encoding);
return pg_server_to_any(s, len, ClientEncoding->encoding);
}
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册