SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
mail/archiveopteryx/patches/patch-db_postgres_cpp
Normal file
12
mail/archiveopteryx/patches/patch-db_postgres_cpp
Normal 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 );
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue