Re: BugTracker (Was: Re: 8.2 features status) - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: BugTracker (Was: Re: 8.2 features status)
Date
Msg-id 44E793AD.2080201@dunslane.net
Whole thread Raw
In response to Re: BugTracker (Was: Re: 8.2 features status)  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
I wrote:
>
>
> I will check about Greg's complaint about race conditions in updating 
> comments. My initial impression is that this is no longer so, but I 
> will get a definite answer.
>
>

My impression was correct. Each comment on a bug gets its own row, 
marked by bug-id, commenter-id and timestamp.

BTW, there are undoubtedly some infelicities in the schema, but it's not 
too bad, and the way the bugzilla code works there is no danger of one 
underlying DB platform getting out of synch, as they are all generated 
from a single abstract schema.

cheers

andrew



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: DROP OWNED BY doesn't work
Next
From: Alvaro Herrera
Date:
Subject: Re: DROP OWNED BY doesn't work