You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ActiveRecord tries to set CLIENT_ENCODING to UTF8 when it starts up, but we don't support this variable.
Perhaps a good first step would be allowing clients to set this variable, but only to UTF8 if that's all we support. What would it take to support this properly?
The text was updated successfully, but these errors were encountered:
* raft: check conf change before campaign
Signed-off-by: Jay Lee <[email protected]>
* raft: extract hup function
Signed-off-by: Jay Lee <[email protected]>
* raft: check pending conf change for transferleader
Signed-off-by: Jay Lee <[email protected]>
ActiveRecord tries to set
CLIENT_ENCODING
toUTF8
when it starts up, but we don't support this variable.Perhaps a good first step would be allowing clients to set this variable, but only to
UTF8
if that's all we support. What would it take to support this properly?The text was updated successfully, but these errors were encountered: