[BUGS] BUG #6179: "service postgresql-9.0 stop" does not stop postgresql server

2011-08-26 Thread Ken
The following bug has been logged online: Bug reference: 6179 Logged by: Ken Email address: b...@sprint-v.com.ru PostgreSQL version: 9.0.4 Operating system: CentOS 6.0 x86_64 Description:"service postgresql-9.0 stop" does not stop postgresql server Details: Hi. I a

Re: [BUGS] BUG #6179: "service postgresql-9.0 stop" does not stop postgresql server

2011-08-26 Thread Devrim GÜNDÜZ
Hi, I have already fixed it in SVN: http://svn.pgrpms.org/browser/rpm/redhat/9.0/postgresql/EL-5/postgresql.init You can either use this version, or wait for the updated packages (which will appear soon) Regards, Devrim On Fri, 2011-08-26 at 08:31 +, Ken wrote: > The following bug has bee

[BUGS] pgbench -T isn't a hard cutoff.

2011-08-26 Thread mark
Using the -T flag in pgbench I noticed that -T is a just a effort rather than a hard cut off. With a (misbehaving) pooler and a "large" number of clients+jobs it's possible to have the pgbench run extend by several seconds or even minutes past the allotted time by -T. (or hang indefinitely if the

Re: [BUGS] pgbench -T isn't a hard cutoff.

2011-08-26 Thread Tom Lane
"mark" writes: > Expected behavior would be -T would mean a hard cut off. Why would you expect that? What I'd expect is that each transaction would be run to completion, which would mean that -T cannot possibly be exact. Even if it were, what's your notion of "exact"? Clock resolutions are di