I disabled the posts revision feature according to this codex by placing this code in the wp-config.php:
define('WP_POST_REVISIONS', false );
But revions are still being saved by the WP. Why?
I am using wp3.1.3 and Twenty Ten theme. I have couple of plugins, and disabling them does not resolve the issue.