| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Milen A(dot) Radev" <milen(at)securax(dot)org> |
| Cc: | Michael Fuhr <mike(at)fuhr(dot)org>, pgsql-admin(at)postgresql(dot)org |
| Subject: | Re: Too frequent warnings for wraparound failure |
| Date: | 2005-03-10 17:14:57 |
| Message-ID: | 15917.1110474897@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin pgsql-hackers |
"Milen A. Radev" <milen(at)securax(dot)org> writes:
> Two queries - 2 seconds apart:
> template1=# SELECT datname, age(datfrozenxid) FROM pg_database;
> datname | age
> - -----------+-------------
> xxx1 | 1519763573
> template1=# SELECT datname, age(datfrozenxid) FROM pg_database;
> datname | age
> - -----------+-------------
> xxx1 | 1519769620
So you managed to execute about 6000 transactions in those two seconds.
Doing what?
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Gaurav Arora | 2005-03-10 18:49:20 | another admin ? |
| Previous Message | Hemapriya | 2005-03-10 17:01:21 | Grant ALL on schema |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2005-03-10 17:44:50 | Re: [HACKERS] We are not following the spec for HAVING without GROUP BY |
| Previous Message | Chris Mair | 2005-03-10 17:06:42 | TODO item: support triggers on columns |