Re: [HACKERS] Slow DROP INDEX

2004-02-16 Thread John Li
Based on my experience, "drop index" is waiting for a chance to place the lock. If all those queries are within the same connection, "drop index" has to wait until that connection disconnected. John Li -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROT

[HACKERS] Replication eRServer problems

2004-02-16 Thread John Li
out double quotes. The fix was easy. eRServer.pm failed because DBI could not handle columns with types such as “text[]” but Pg module should work.     Hope those will be fixed in the next version. I can also provide my fixes if needed.   John Li