Re: Allow "snapshot too old" error, to prevent bloat - Mailing list pgsql-hackers

Would a parameter to auto terminate long running transactions be a better solution? Terminating the long running
transactionwould allow for the normal vacuuming process to cleanup the deleted records thus avoiding database bloat
withoutintroducing new semantics to Postgres's MVCC. I would also recommend that the default be disabled.
 



pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Faster setup_param_list() in plpgsql
Next
From: Gavin Flower
Date:
Subject: Re: Allow "snapshot too old" error, to prevent bloat