[COMMITTERS] pgsql: Fix incorrect timeout handling during initial authentication tra

2011-08-13 Thread Tom Lane
Fix incorrect timeout handling during initial authentication transaction. The statement start timestamp was not set before initiating the transaction that is used to look up client authentication information in pg_authid. In consequence, enable_sig_alarm computed a wrong value (far in the past) fo

[COMMITTERS] pgsql: Fix incorrect timeout handling during initial authentication tra

2011-08-13 Thread Tom Lane
Fix incorrect timeout handling during initial authentication transaction. The statement start timestamp was not set before initiating the transaction that is used to look up client authentication information in pg_authid. In consequence, enable_sig_alarm computed a wrong value (far in the past) fo

[COMMITTERS] pgsql: Fix incorrect timeout handling during initial authentication tra

2011-08-13 Thread Tom Lane
Fix incorrect timeout handling during initial authentication transaction. The statement start timestamp was not set before initiating the transaction that is used to look up client authentication information in pg_authid. In consequence, enable_sig_alarm computed a wrong value (far in the past) fo