SI messages sent when excuting ROLLBACK PREPARED command - Mailing list pgsql-hackers

From liuhuailing@fujitsu.com
Subject SI messages sent when excuting ROLLBACK PREPARED command
Date
Msg-id OSZPR01MB6215AA84D71EF2B3D354CF86BE139@OSZPR01MB6215.jpnprd01.prod.outlook.com
Whole thread Raw
Responses Re: SI messages sent when excuting ROLLBACK PREPARED command  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: vignesh C
Date:
Subject: Re: [PATCH] Finally split StdRdOptions into HeapOptions and ToastOptions
Next
From: vignesh C
Date:
Subject: Re: Polyphase merge is obsolete