tds-fdw / tds_fdw

A PostgreSQL foreign data wrapper to connect to TDS databases (Sybase and Microsoft SQL Server)
Other
377 stars 101 forks source link

Support query cancellation using FreeTDS's cancellation hooks. #336

Closed deathwish closed 1 year ago

deathwish commented 1 year ago

Previously, queries could not be cancelled.

jenkins-juliogonzalez commented 1 year ago

Can one of the admins verify this patch?

GeoffMontee commented 1 year ago

Thanks for the patch!

GeoffMontee commented 1 year ago

Test this, please

jenkins-juliogonzalez commented 1 year ago

Test PASSed.

GeoffMontee commented 1 year ago

This has been merged. Thank you!

deathwish commented 1 year ago

You are welcome! Thanks for your work on this fantastic project.