From 5f9ec09b2175016d6076665f1a1b6c04067e909a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Fri, 26 Apr 2024 13:17:53 +0000 Subject: [PATCH] Set fileeconding on PgSQL_Session.cpp Using vim: :set fileencoding=utf-8 on PgSQL_Session.cpp --- lib/PgSQL_Session.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PgSQL_Session.cpp b/lib/PgSQL_Session.cpp index 87bb16920..e1f0e49f4 100644 --- a/lib/PgSQL_Session.cpp +++ b/lib/PgSQL_Session.cpp @@ -4288,7 +4288,7 @@ __get_pkts_from_client: // In this switch we handle commands that download binlog events from MySQL // servers. For these commands a lot of the features provided by ProxySQL // aren't useful, like multiplexing, query parsing, etc. For this reason, - // ProxySQL enables fast_forward when it receives these commands.  + // ProxySQL enables fast_forward when it receives these commands.  { // we use a switch to write the command in the info message std::string q = "Received command ";