Remove spurious code comments in standby related code
authorSimon Riggs <simon@2ndQuadrant.com>
Thu, 14 Jun 2018 11:17:51 +0000 (12:17 +0100)
committerSimon Riggs <simon@2ndQuadrant.com>
Thu, 14 Jun 2018 11:17:51 +0000 (12:17 +0100)
commitdc878ffedf2aa461b11b617094101e3c4cf48daa
treef22c25f616f307f587afdbed97e907e1b4ac1c8a
parent802bde87ba3c64b28d019e8265c2d8948a027c9c
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().
src/backend/storage/ipc/procarray.c
src/backend/storage/ipc/standby.c