pgsql: Fix copy & paste error in 4f1b890b137.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Fix copy & paste error in 4f1b890b137.
Дата
Msg-id E1Ya3kB-0002x6-Tb@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix copy & paste error in 4f1b890b137.

Due to the bug delayed standbys would not delay when applying prepared
transactions.

Discussion: CAB7nPqT6BO1cCn+sAyDByBxA4EKZNAiPi2mFJ=ANeZmnmewRyg@mail.gmail.com

Michael Paquier via Coverity.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a1105c3dd44c1fb76eb62a708f0421f21b9dde9b

Modified Files
--------------
src/backend/access/transam/xlog.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Merge the various forms of transaction commit & abort records.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Don't delay replication for less than recovery_min_apply_delay's