No need to destroy buffer here

This commit is contained in:
Ian Barwick
2015-03-07 23:46:24 +09:00
parent c6b0f77923
commit a572efe929

View File

@@ -1533,7 +1533,7 @@ stop_backup:
record_created = log_event(upstream_conn,
true,
event_details.data);
//destroyPQExpBuffer(&event_details);
if(record_created == false)
{
PQfinish(upstream_conn);