SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,12 @@
Fix with psql 9.2
--- db/postgres.cpp.orig Mon Mar 10 14:44:59 2014
+++ db/postgres.cpp Wed Apr 30 22:56:02 2014
@@ -111,7 +111,7 @@ class PgData (public)
"Transaction start time: " + r->getEString( "xact_start" ) + " "
"Username: " + r->getEString( "usename" ) + " "
"Client address: " + r->getEString( "client_addr" ) + " "
- "Current query: " + r->getEString( "current_query" ).quoted(),
+ "Current query: " + r->getEString( "query" ).quoted(),
Log::Significant );
}
}