On 06/18/2014 12:32 PM, Tom Lane wrote: > Josh Berkus <[email protected]> writes: >> There are plenty of badly-written applications which "auto-begin", that >> is, they issue a "BEGIN;" immediately after every "COMMIT;" whether or >> not there's any additional work to do. This is a major source of IIT >> and the timeout should not ignore it. > > Nonsense. We explicitly don't do anything useful until the first actual > command arrives, precisely to avoid that problem.
Oh, we don't allocate a snapshot? If not, then no objection here. -- Josh Berkus PostgreSQL Experts Inc. http://pgexperts.com -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
