Avoid unnecessary shared invalidations in ROLLBACK PREPARED
Michael Paquier <michael@paquier.xyz>
Avoid unnecessary shared invalidations in ROLLBACK PREPARED The performance gain is minimal, but this makes the logic more consistent with AtEOXact_Inval(). No other invalidation is needed in this case as PREPARE takes already care of sending any local ones. Author: Liu Huailing Reviewed-by: Tom Lane, Michael Paquier Discussion: https://postgr.es/m/OSZPR01MB6215AA84D71EF2B3D354CF86BE139@OSZPR01MB6215.jpnprd01.prod.outlook.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/twophase.c | modified | +10 −6 |
Discussion
- SI messages sent when excuting ROLLBACK PREPARED command 7 messages · 2021-07-14 → 2021-08-19