Fix a typo introduced in commit cb764b180d

This commit is contained in:
Jaime Casanova
2011-11-03 12:50:51 -05:00
parent 2e64028f26
commit 0240cb2bfb

View File

@@ -900,7 +900,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)
{