Remove spurious code comments in standby related code

Simon Riggs <simon@2ndQuadrant.com>

Commit: dc878ffedf2aa461b11b617094101e3c4cf48daa
Author: Simon Riggs <simon@2ndQuadrant.com>
Date: 2018-06-14T11:17:51Z
Releases: 11.0
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().

Files

PathChange+/−
src/backend/storage/ipc/procarray.c modified +1 −3
src/backend/storage/ipc/standby.c modified +0 −5