Re: does wal archiving block the current client connection? - Mailing list pgsql-admin

From Tom Lane
Subject Re: does wal archiving block the current client connection?
Date
Msg-id 13179.1147959954@sss.pgh.pa.us
Whole thread Raw
In response to Re: does wal archiving block the current client connection?  (Jeff Frost <jeff@frostconsultingllc.com>)
List pgsql-admin
Jeff Frost <jeff@frostconsultingllc.com> writes:
> Hrmmm...my pgbench died with an integer out of range error:

That's normal, if you run it long enough without re-creating the tables.
It keeps adding small values to the balances, and eventually they
overflow.  (Possibly someone should fix it so that the deltas are
uniformly distributed around zero, instead of being always positive.)

            regards, tom lane

pgsql-admin by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: install_driver(Pg) failed: Can't load Pg.so
Next
From: Jeff Frost
Date:
Subject: Re: does wal archiving block the current client connection?