pgsql: Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVAL - Mailing list pgsql-committers

From Simon Riggs
Subject pgsql: Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVAL
Date
Msg-id E1biJLb-00086O-5G@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVAL

lazy_truncate_heap() was waiting for
VACUUM_TRUNCATE_LOCK_WAIT_INTERVAL, but in microseconds
not milliseconds as originally intended.

Found by code inspection.

Simon Riggs

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/3ed7f54bc46ab2bb39b703b40bc72693c7f1306f

Modified Files
--------------
src/backend/commands/vacuumlazy.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: pgsql: Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVAL
Next
From: Simon Riggs
Date:
Subject: pgsql: Fix corruption of 2PC recovery with subxacts