pgsql: Fix comments in reorderbuffer.c.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comments in reorderbuffer.c.
Date: 2020-07-18 04:22:50
Message-ID: E1jweN8-0001Sz-SI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix comments in reorderbuffer.c.

Author: Dave Cramer
Reviewed-by: David G. Johnston
Discussion: https://postgr.es/m/CADK3HHL8do4Fp1bsymgNasx375njV3AR7zY3UgYwzbL_Dx-n2Q@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/df7c5cb16e8fcf960e3302355fa6547fba428f5e

Modified Files
--------------
src/backend/replication/logical/reorderbuffer.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message David G. Johnston 2020-07-18 04:32:24 pgsql: Fix comments in reorderbuffer.c.
Previous Message Michael Paquier 2020-07-18 01:43:57 pgsql: doc: Fix description of \copy for psql