From 7ba8d1469e331f07040352c069cf7b9d24ac57a3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 10 Jul 2012 15:09:14 +0200 Subject: Remove unneeded third argument to create_database() --- pgsql/native/driver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pgsql') diff --git a/pgsql/native/driver.cxx b/pgsql/native/driver.cxx index 10bf92d..94bda60 100644 --- a/pgsql/native/driver.cxx +++ b/pgsql/native/driver.cxx @@ -21,7 +21,7 @@ main (int argc, char* argv[]) { try { - auto_ptr db (create_database (argc, argv, false)); + auto_ptr db (create_database (argc, argv)); // Create the database schema. // -- cgit v1.1