mirror of
https://github.com/postgres/postgres.git
synced 2025-11-21 00:42:43 +03:00
Fix pg_server_to_client, that was broken in the previous commit.
This commit is contained in:
@@ -569,7 +569,7 @@ pg_server_to_client(const char *s, int len)
|
|||||||
{
|
{
|
||||||
Assert(ClientEncoding);
|
Assert(ClientEncoding);
|
||||||
|
|
||||||
return pg_any_to_server(s, len, ClientEncoding->encoding);
|
return pg_server_to_any(s, len, ClientEncoding->encoding);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user