Query cancel and OOB data

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: tgl(at)sss(dot)pgh(dot)pa(dot)us (Tom Lane)
Subject: Query cancel and OOB data
Date: 1998-05-18 04:25:19
Message-ID: 199805181628.MAA18466@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

OK, thanks to Tom Lane's many patches, I have query cancel working on my
machine. However, it is not working with Unix domain sockets. I get:

Cannot send cancel request:
PQrequestCancel() -- couldn't send OOB data: errno=45
Operation not supported

This is under BSDI 3.1.

Do Unix Domain sockets support OOB(out-of-band) data?

I will commit patches soon.

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Meskes 1998-05-18 08:47:59 example code
Previous Message The Hermit Hacker 1998-05-17 16:35:45 Re: [HACKERS] sorting big tables :(