[COMMITTERS] pgsql: Remove unnecessary dependency on statement_timeout in prepared_x

2017-03-13 Thread Tom Lane
Remove unnecessary dependency on statement_timeout in prepared_xacts test. Rather than waiting around for statement_timeout to expire, we can just try to take the table's lock in nowait mode. This saves some fraction under 4 seconds when running this test with prepared xacts available, and it gua

[COMMITTERS] pgsql: Remove unnecessary dependency on statement_timeout in prepared_x

2017-03-13 Thread Tom Lane
Remove unnecessary dependency on statement_timeout in prepared_xacts test. Rather than waiting around for statement_timeout to expire, we can just try to take the table's lock in nowait mode. This saves some fraction under 4 seconds when running this test with prepared xacts available, and it gua

[COMMITTERS] pgsql: Remove unnecessary dependency on statement_timeout in prepared_x

2017-03-13 Thread Tom Lane
Remove unnecessary dependency on statement_timeout in prepared_xacts test. Rather than waiting around for statement_timeout to expire, we can just try to take the table's lock in nowait mode. This saves some fraction under 4 seconds when running this test with prepared xacts available, and it gua

[COMMITTERS] pgsql: Remove unnecessary dependency on statement_timeout in prepared_x

2017-03-13 Thread Tom Lane
Remove unnecessary dependency on statement_timeout in prepared_xacts test. Rather than waiting around for statement_timeout to expire, we can just try to take the table's lock in nowait mode. This saves some fraction under 4 seconds when running this test with prepared xacts available, and it gua

[COMMITTERS] pgsql: Remove unnecessary dependency on statement_timeout in prepared_x

2017-03-13 Thread Tom Lane
Remove unnecessary dependency on statement_timeout in prepared_xacts test. Rather than waiting around for statement_timeout to expire, we can just try to take the table's lock in nowait mode. This saves some fraction under 4 seconds when running this test with prepared xacts available, and it gua

[COMMITTERS] pgsql: Remove unnecessary dependency on statement_timeout in prepared_x

2017-03-13 Thread Tom Lane
Remove unnecessary dependency on statement_timeout in prepared_xacts test. Rather than waiting around for statement_timeout to expire, we can just try to take the table's lock in nowait mode. This saves some fraction under 4 seconds when running this test with prepared xacts available, and it gua