You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I was migrating to pgx/v4 while I noticed that pgx.ConnConfig.CustomCancel hook is no more. How do I set up a custom cancel func with v4?
I'd like to disable cancellation signaling completely since it may kill wrong query when using pgBouncer.
Hi! I was migrating to pgx/v4 while I noticed that
pgx.ConnConfig.CustomCancelhook is no more. How do I set up a custom cancel func with v4?I'd like to disable cancellation signaling completely since it may kill wrong query when using pgBouncer.