Another small bug (pg_autovacuum)

Поиск
Список
Период
Сортировка
От Adam Kavan
Тема Another small bug (pg_autovacuum)
Дата
Msg-id 5.2.1.1.0.20030904173508.00a78620@pop.central.cox.net
обсуждение исходный текст
Ответы Re: Another small bug (pg_autovacuum)  ("Matthew T. O'Connor" <matthew@zeut.net>)
Re: Another small bug (pg_autovacuum)  ("Matthew T. O'Connor" <matthew@zeut.net>)
Список 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@cox.net



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Win32 native port
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Stats Collector Error 7.4beta1 and 7.4beta2