pgsql: Remove spurious code comments in standby related code

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove spurious code comments in standby related code
Date: 2018-06-14 11:22:11
Message-ID: E1fTQKR-0002mF-Ij@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove spurious code comments in standby related code

GetRunningTransactionData() suggested that subxids were not worth
optimizing away if overflowed, yet they have already been removed
for that case.

Changes to LogAccessExclusiveLock() API forgot to remove the
prior comment when it was copied to LockAcquire().

Branch
------
master

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

Modified Files
--------------
src/backend/storage/ipc/procarray.c | 4 +---
src/backend/storage/ipc/standby.c | 5 -----
2 files changed, 1 insertion(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2018-06-14 17:20:07 pgsql: Fail BRIN control functions during recovery explicitly
Previous Message Simon Riggs 2018-06-14 11:03:47 pgsql: Remove cut-off bug from RunningTransactionData