mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Optimize pg_visibility with read streams.
We've measured 5% performance improvement, and this arranges to benefit automatically from future optimizations to the read_stream subsystem. The area lacked test coverage, so close that gap. Nazir Bilal Yavuz Discussion: https://postgr.es/m/CAN55FZ1_Ru3XpMgTwsU67FTH2fs_FrRROmb7x6zs+F44QBEiww@mail.gmail.com Discussion: https://postgr.es/m/CAEudQAozv3wTY5TV2t29JcwPydbmKbiWQkZD42S2OgzdixPMDQ@mail.gmail.com
This commit is contained in:
@ -36,6 +36,7 @@ tests += {
|
||||
'tap': {
|
||||
'tests': [
|
||||
't/001_concurrent_transaction.pl',
|
||||
't/002_corrupt_vm.pl',
|
||||
],
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user