Update comment atop of ReorderBufferQueueMessage().

Amit Kapila <akapila@postgresql.org>

Commit: 20659fd8e5ecb3bcb3e337581c4bd7123d490ddc
Author: Amit Kapila <akapila@postgresql.org>
Date: 2020-12-19T04:38:46Z
Releases: 14.0
Update comment atop of ReorderBufferQueueMessage().

The comments atop of this function describes behaviour in case of a
transactional WAL message only, but it accepts both transactional and
non-transactional WAL messages. Update the comments to describe
behaviour in case of non-transactional WAL message as well.

Ashutosh Bapat, rephrased by Amit Kapila
Discussion: https://postgr.es/m/CAGEoWWTTzNzHOi8bj0wfAo1siGi-YEh6wqH1oaz4DrkTJ6HbTQ@mail.gmail.com

Files

PathChange+/−
src/backend/replication/logical/reorderbuffer.c modified +2 −1

Discussion