On 21/01/2011 23:40, Tom Lane wrote:
"John Lister" writes:
On another bizarre note, A database wide vacuum has just finished, but I'm
still getting the warnings:
GMT WARNING: database "backend" must be vacuumed within 10205310
transactions
Did you do that vacuum as a superuser?
Thanks for yo
"John Lister" writes:
On another bizarre note, A database wide vacuum has just finished, but
I'm
still getting the warnings:
GMT WARNING: database "backend" must be vacuumed within 10205310
transactions
Did you do that vacuum as a superuser?
Thanks for your help, but I managed to work it out
On Sat, Jan 22, 2011 at 2:27 AM, John Lister wrote:
> Instead I tried to vacuum them, but this didn't make any difference (or
> indeed do anything), so in the end I deleted the tables manually instead,
> which instantly reset the transaction count back to the 1billion mark. I
> now need to find o
Apologies resending to the list as used wrong account...
Was this expected behaviour with temporary tables?
It's more expected behavior when you have long running transactions.
I haven't seen it caused by temp tables. Was the parent process in a
really long transaction or just open a long ti
On Jan 20, 2011, at 10:42 AM, Bradley Holbrook wrote:
> Martin French is right though, ask your developers to write down all their
> SQL struct changes and they look at you funny... and being a developer
> myself I'd look at me funny.
Well, it's what I do and it's trivial. Just don't type DDL dir
"John Lister" writes:
>>> Was this expected behaviour with temporary tables?
>> It's more expected behavior when you have long running transactions.
>> I haven't seen it caused by temp tables. Was the parent process in a
>> really long transaction or just open a long time without one?
> The fi
Was this expected behaviour with temporary tables?
It's more expected behavior when you have long running transactions.
I haven't seen it caused by temp tables. Was the parent process in a
really long transaction or just open a long time without one?
The first thing I checked was for open tr