Re: Misleading comment in prologue of ReorderBufferQueueMessage
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-12-19T06:42:16Z
Lists: pgsql-hackers
On Fri, Dec 18, 2020 at 3:37 PM Ashutosh Bapat <ashutosh.bapat@enterprisedb.com> wrote: > > On Wed, Dec 16, 2020 at 8:00 AM Amit Kapila <amit.kapila16@gmail.com> wrote: >> >> How about something like below: >> A transactional message is queued to be processed upon commit and a >> non-transactional message gets processed immediately. > > > Used this one. PFA patch. > Pushed! -- With Regards, Amit Kapila.
Commits
-
Update comment atop of ReorderBufferQueueMessage().
- 20659fd8e5ec 14.0 landed