summaryrefslogtreecommitdiff
path: root/tests/psql/test1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/psql/test1.cpp')
-rw-r--r--tests/psql/test1.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/psql/test1.cpp b/tests/psql/test1.cpp
index 5d4e06f..fd5de3d 100644
--- a/tests/psql/test1.cpp
+++ b/tests/psql/test1.cpp
@@ -16,7 +16,6 @@ int main( ) {
cout << "Conntected to database." << endl
<< "Backend protocol version: " << c.server_version( ) << endl
<< "Protocol version: " << c.protocol_version( ) << endl
- << "Server PID: " << c.backendpid( ) << endl
<< "Prepared Statements: " << c.supports( c.cap_prepared_statements ) << endl;
work t( c, "test transaction" );