Today I discovered something weird on PostgreSQL 9.5. (I have no idea whether this is because of beta or not.) When I want to fetch data, I get old and deleted data from query. I then do VACUUM FULL
and then I get proper data (which is empty).
Am I missing something here? What might be the reason that PostgreSQL returns old data?
Note: Autovacuum is ON
.