Re: NOTIFY docs fixup - emit and deliver consistency - Mailing list pgsql-hackers

From David G. Johnston
Subject Re: NOTIFY docs fixup - emit and deliver consistency
Date
Msg-id CAKFQuwZYx8Znji5vZdvg2VsN4mHx2QbH6kxJzbm=k-C6ZHcy2w@mail.gmail.com
Whole thread Raw
In response to Re: NOTIFY docs fixup - emit and deliver consistency  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: NOTIFY docs fixup - emit and deliver consistency
List pgsql-hackers
On Tue, Sep 29, 2020 at 7:58 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
Maybe we could use terminology along the lines of "added to the
queue" and "removed from the queue"?

Quickly looking it over with this in mind there are a few spots that can be cleaned up and linked together by explicitly talking about a FIFO queue as the mechanism instead of the less precise send/process/deliver.  A bit more invasive but I think it will be done more clearly with this approach.

David J.

pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: problem with RETURNING and update row movement
Next
From: Li Japin
Date:
Subject: Re: Optimize memory allocation code