Alexander Lakhin

Results 77 comments of Alexander Lakhin

Thank you for paying attention to this! But after some experiments, I've discovered that those options don't work. The only way to use such libpq, that I've found, is to...

Thanks for the reference, but I think they still use standard libpq installed above: ` sudo apt-get install -y libpq-dev postgresql valgrind ` and asan is enabled only for Rust...

Thank you for the explanation! The approach with the bundled libpq really works for diesel test, but unfortunately, the "diesel" crate doesn't export such a feature (postgres-bundle-asan or alike), only...

I've discovered that the above recipe for reproducing doesn't work on each test run because of another issue. With the additional logging added to logical_replication_sync: ```py @@ -4927,6 +4928,10 @@...

I think it's something different. can investigate this tomorrow if still needed.

Yes, I saw that error too, but found it less interesting. (I suppose it's raised because of a .tmp file encountered,)

@erikgrinaker , I do the following on the current main (72832b3214): ``` CARGO_BUILD_FLAGS="--features=testing" BUILD_TYPE=debug time make -j`nproc` -s for i in `seq 10`; do echo "I $i"; DEFAULT_PG_VERSION=17 BUILD_TYPE=debug USE_LFC=false...

@erikgrinaker , unfortunately I could catch the same error even with the fix. The full log: The sequence of events I extracted with the above script: [1, 'AttachedSingle'] [1, '_Evictions']...