ReadyForQuery() - Mailing list pgsql-hackers

From Simon Riggs
Subject ReadyForQuery()
Date
Msg-id 1167931232.20749.195.camel@silverbirch.site
Whole thread Raw
Responses Re: ReadyForQuery()
List pgsql-hackers
In postgres.c main loop, I note that we issue ReadyForQuery() *after*
updating pgstat and setting the ps display.

Wouldn't it be better to issue ReadyForQuery() and then issue the stat
stuff in the gap between processing? 

That way we would be less likely to care about pgstat and the ps,
potentially getting rid of the GUCs for them completely?

(I'm looking to place a PG_TRACE macro in there, so we can work out how
long is spent waiting for client.)

--  Simon Riggs              EnterpriseDB   http://www.enterprisedb.com




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCHES] wal_checksum = on (default) | off
Next
From: Andrew Dunstan
Date:
Subject: Re: 8.3 pending patch queue