Another small bug (pg_autovacuum)

From: Adam Kavan <akavan(at)cox(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Another small bug (pg_autovacuum)
Date: 2003-09-04 22:39:44
Message-ID: 5.2.1.1.0.20030904173508.00a78620@pop.central.cox.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Now that I have pg_autovacuum working I've bumped into another small
bug. When pg_autovacuum goes to vacuum or analyze one of my tables it runs...

analyze public.ConfigBackup

Because ConfigBackup is mixed case it cannot find the relation. I fixed
this by going to the function init_table_info and increasing the malloc for
new_tbl->table_name by 2 and adding "'s to either side of the table
name. Is there anything wrong with this approach? Is there a config I can
set to make this non-case sensitive?

Thanks again for your time.

--- Adam Kavan
--- akavan(at)cox(dot)net

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-09-04 22:49:18 Re: Stats Collector Error 7.4beta1 and 7.4beta2
Previous Message Bruce Momjian 2003-09-04 22:17:46 Re: [HACKERS] Win32 native port