Fix a typo introduced in commit 94c9c3a5c6

This commit is contained in:
Jaime Casanova
2011-11-03 12:54:55 -05:00
parent 901d07fa92
commit 72f74dd7a7

View File

@@ -906,7 +906,7 @@ do_standby_clone(void)
* in pg 9.1 default is to wait for a sync standby to ack,
* avoid that by turning off sync rep for this session
*/
sqlquery_snprintf(sqlquery, "SET synchronous_commit TO OFF)");
sqlquery_snprintf(sqlquery, "SET synchronous_commit TO OFF");
res = PQexec(conn, sqlquery);
if (PQresultStatus(res) != PGRES_COMMAND_OK)
{