Skip to content

Commit 1cc563f

Browse files
committed
Merge branch 'PHP-8.2'
2 parents 80e90ad + bc45b34 commit 1cc563f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/pgsql/pgsql.c

+1
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ static void pgsql_link_free(pgsql_link_handle *link)
178178
PQclear(res);
179179
}
180180
if (!link->persistent) {
181+
PQuntrace(link->conn);
181182
PQfinish(link->conn);
182183
}
183184
PGG(num_links)--;

0 commit comments

Comments
 (0)