Re: FC3 broken with HEAD - Mailing list pgsql-hackers

From Greg Stark
Subject Re: FC3 broken with HEAD
Date
Msg-id 87oebmuach.fsf@stark.xeocode.com
Whole thread Raw
In response to Re: FC3 broken with HEAD  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: [PATCHES] Cleaning up unreferenced table files
Next
From: Andrew - Supernews
Date:
Subject: Re: pl/pgsql enabled by default