pgsql: Fix typo in comment of commit_ts.c for incorrect reference to CL

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo in comment of commit_ts.c for incorrect reference to CL
Date: 2018-06-22 04:31:23
Message-ID: E1fWDjH-0005Q9-23@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in comment of commit_ts.c for incorrect reference to CLOG

Author: Shao Bret

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0aa5e65ab4fd2695f0e4108b9ec53a0546261e1f

Modified Files
--------------
src/backend/access/transam/commit_ts.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2018-06-22 09:26:47 pgsql: Fixes for vacuum_cleanup_index_scale_factor GUC option
Previous Message Amit Kapila 2018-06-22 03:22:08 pgsql: Improve coding pattern in Parallel Append code.