pgsql: Remove spurious code comments in standby related code

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема pgsql: Remove spurious code comments in standby related code
Дата
Msg-id E1fTQKR-0002mF-Ij@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: pgsql: Remove cut-off bug from RunningTransactionData
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fail BRIN control functions during recovery explicitly