Re: FC3 broken with HEAD

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: FC3 broken with HEAD
Дата
Msg-id 87oebmuach.fsf@stark.xeocode.com
обсуждение исходный текст
Ответ на Re: FC3 broken with HEAD  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I think this has more to do with poor architectural decisions made in
bugzilla. Things like storing the entire ticket history in one big record
instead of normalizing it.

This means you can't do anything to a ticket without munging through 10s of k
of data. This also creates problems when multiple people are trying to update
a single ticket at a time.

-- 
greg



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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: [PATCHES] Cleaning up unreferenced table files
Следующее
От: Andrew - Supernews
Дата:
Сообщение: Re: pl/pgsql enabled by default