pgsql: Fix typo in GetRunningTransactionData()

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема pgsql: Fix typo in GetRunningTransactionData()
Дата
Msg-id E1sP9Hk-000DNA-CW@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix typo in GetRunningTransactionData()

e85662df44 made GetRunningTransactionData() calculate the oldest running
transaction id within the current database.  However, because of the typo,
the new code uses oldestRunningXid instead of oldestDatabaseRunningXid
in comparison before updating oldestDatabaseRunningXid.  This commit fixes
that issue.

Reported-by: Noah Misch
Discussion: https://postgr.es/m/20240630231816.bf.nmisch%40google.com
Backpatch-through: 17

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6c1af5482e6943a5f29b7f4ca773c720ec8202b0

Modified Files
--------------
src/backend/storage/ipc/procarray.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: David Rowley
Дата:
Сообщение: pgsql: Remove incorrect Asserts in buffile.c
Следующее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Fix typo in GetRunningTransactionData()