pgsql: Update comment atop of ReorderBufferQueueMessage().

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update comment atop of ReorderBufferQueueMessage().
Date: 2020-12-19 04:47:23
Message-ID: E1kqU9L-0001Qn-F0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/20659fd8e5ecb3bcb3e337581c4bd7123d490ddc

Modified Files
--------------
src/backend/replication/logical/reorderbuffer.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-12-19 22:59:04 pgsql: Remove now-useless ALWAYS_SUBDIRS entry in src/test/Makefile.
Previous Message Tom Lane 2020-12-18 21:24:52 pgsql: Add a couple of missed .gitignore entries.