Hello everybody,
We're using PostgreSQL 8.1.0 on AIX 5.3 through NFS (a Netapp Filer hosts the
database files), and we're encoutering somes issues with vaccums. PostgreSQL
binaries are built with xlc 6 (C for AIX Compiler 6.0.0.6) on AIX 5.2 (yes, I
know, building on 5.2 and running on 5.3 i
Hi Tom, thanks for your reply,
> Have you looked into pg_locks to see if it's blocked on
> someone else's lock?
Yes, we looked into pg_locks and the vacuumdb process wasn't blocked. The table
showed
four locks for vacuum, all with grant=true.
In fact, we found that a similar bug has been