X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqconn_event.c;fp=src%2Fphp_pqconn_event.c;h=13e790a2cc3605472b11edcfde794e411d65472c;hp=802a9e482914235a3eeb39a081261b014871de4d;hb=118696aeeb3bed44f1642e62f8697885b7630a90;hpb=3947ff3c0e60cb520dcc11214d12a7851e860844 diff --git a/src/php_pqconn_event.c b/src/php_pqconn_event.c index 802a9e4..13e790a 100644 --- a/src/php_pqconn_event.c +++ b/src/php_pqconn_event.c @@ -55,7 +55,7 @@ static inline PGresult *relisten(PGconn *conn, const char *channel_str, size_t c smart_str_appends(&cmd, quoted_channel); smart_str_0(&cmd); - res = PQexec(conn, smart_str_v(&cmd)); + res = php_pq_exec(conn, smart_str_v(&cmd)); smart_str_free(&cmd); PQfreemem(quoted_channel);