On Tue, 24 Jun 2025 at 17:07, Jacob Champion <jacob.champ...@enterprisedb.com> wrote: > So that's > 1) return an (empty) cancellation object even if the server has not > sent a key, and > 2) error out when trying to cancel with an empty object?
Yes (and empty being non-NULL obviously) > That sounds reasonable to me. Alright, let's do that then. I could probably write a patch for that tomorrow.