SI messages sent when excuting ROLLBACK PREPARED command

Поиск
Список
Период
Сортировка
От liuhuailing@fujitsu.com
Тема SI messages sent when excuting ROLLBACK PREPARED command
Дата
Msg-id OSZPR01MB6215AA84D71EF2B3D354CF86BE139@OSZPR01MB6215.jpnprd01.prod.outlook.com
обсуждение исходный текст
Ответы Re: SI messages sent when excuting ROLLBACK PREPARED command
Список pgsql-hackers
Hi

When reading the code FinishPreparedTransaction, I found that SI messages are sent 
when executing ROLLBACK PREPARED command.

But according to AtEOXact_Inval function, we send the SI messages only when committing the transaction .

So, I think we needn't send SI messags when rollbacking the two-phase transaction.
Or Does it has something special because of two-phase transaction?


Regards


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

Предыдущее
От: vignesh C
Дата:
Сообщение: Re: [PATCH] Finally split StdRdOptions into HeapOptions and ToastOptions
Следующее
От: vignesh C
Дата:
Сообщение: Re: Polyphase merge is obsolete