Re: Question about non-blocking mode in libpq - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Question about non-blocking mode in libpq
Date
Msg-id 2666892.1698801066@sss.pgh.pa.us
Whole thread Raw
In response to Re: Question about non-blocking mode in libpq  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Question about non-blocking mode in libpq  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> Okay, I added "_successful_ calls", attached.  I am not sure what else
> to add.

What I'm objecting to is removal of the bit about "if they need to be
called again".  That provides a hint that retry is the appropriate
response to a failure.  Admittedly, it's not 100% clear, but your
version makes it 0% clear.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: EXCLUDE COLLATE in CREATE/ALTER TABLE document
Next
From: Bruce Momjian
Date:
Subject: Re: Question about non-blocking mode in libpq