Skip to content

Add support for modern cancel functions (PQcancel deprecated) #68

Description

@vog

PostgresSQL-OCaml currently wraps only the deprecated PQcancel function. The modern cancel functions can be found at:

At the very minimum, for async clients following functions are needed:

  • PQcancelCreate
  • PQcancelFinish
  • PQcancelStart
  • PQcancelPoll
  • PQcancelSocket

And for sync clients:

  • PQcancelCreate
  • PQcancelFinish
  • PQcancelBlocking

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions