Re: [BUGS] PGSQL - WARNING: 25P01: there is no transaction in progress

2007-05-04 Thread DNS
Thanks alot, log_statement = all shows where come the errors. On 4 mai, 10:49, [EMAIL PROTECTED] (Heikki Linnakangas) wrote: > DNS wrote: > > Even desactivate Auto-vacuum didn't fix my issue. Is there any place > > where I can see past transactions or transactions in queue that hasn't > > been pro

Re: [BUGS] PGSQL - WARNING: 25P01: there is no transaction in progress

2007-05-04 Thread Alvaro Herrera
DNS escribió: > Even desactivate Auto-vacuum didn't fix my issue. I don't think anybody ever suggested that autovacuum had something to do with it. > Is there any place > where I can see past transactions or transactions in queue that hasn't > been processed ? Why are you bothering with investig

Re: [BUGS] PGSQL - WARNING: 25P01: there is no transaction in progress

2007-05-04 Thread Heikki Linnakangas
DNS wrote: Even desactivate Auto-vacuum didn't fix my issue. Is there any place where I can see past transactions or transactions in queue that hasn't been processed ? You could put log_statement = all to your postgresql.conf. That'll log every statement sent to the server to the log file. T

Re: [BUGS] PGSQL - WARNING: 25P01: there is no transaction in progress

2007-05-04 Thread DNS
Even desactivate Auto-vacuum didn't fix my issue. Is there any place where I can see past transactions or transactions in queue that hasn't been processed ? Thank you, On 2 mai, 10:02, [EMAIL PROTECTED] (Alvaro Herrera) wrote: > DNS escribió: > > > On 27 avr, 19:17, [EMAIL PROTECTED] (Tom Lane)

Re: [BUGS] PGSQL - WARNING: 25P01: there is no transaction in progress

2007-05-02 Thread Alvaro Herrera
DNS escribió: > On 27 avr, 19:17, [EMAIL PROTECTED] (Tom Lane) wrote: > > > This is just a warning, which most likely is there only because somebody > > typed COMMIT or ABORT unnecessarily. What problem are you actually having? > > No one is working on the database when come up the warning. The

Re: [BUGS] PGSQL - WARNING: 25P01: there is no transaction in progress

2007-05-02 Thread DNS
On 27 avr, 19:17, [EMAIL PROTECTED] (Tom Lane) wrote: > This is just a warning, which most likely is there only because somebody > typed COMMIT or ABORT unnecessarily. What problem are you actually having? No one is working on the database when come up the warning. The warning makes us worrier a

Re: [BUGS] PGSQL - WARNING: 25P01: there is no transaction in progress

2007-04-27 Thread Tom Lane
DNS <[EMAIL PROTECTED]> writes: > 3- In pgsql log, I have this message: > 2007-04-27 14:15:05 EDT user database WARNING: 25P01: there is no > transaction in progress This is just a warning, which most likely is there only because somebody typed COMMIT or ABORT unnecessarily. What problem are yo

Re: [BUGS] PGSQL - WARNING: 25P01: there is no transaction in progress

2007-04-27 Thread DNS
I forget to add, it's PGSQL version 8.1 . Thank you! ---(end of broadcast)--- TIP 6: explain analyze is your friend

[BUGS] PGSQL - WARNING: 25P01: there is no transaction in progress

2007-04-27 Thread DNS
Hello, I have the following Warning with Postgresql, can anybody helps: 1- My server is crashing suddenbly 2- I do a cold reboot 3- In pgsql log, I have this message: 2007-04-27 14:15:05 EDT user database WARNING: 25P01: there is no transaction in progress 2007-04-27 14:15:05 EDT user database