| От | 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)
Re: Another small bug (pg_autovacuum) |
| Список | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера