Re: Not ready for 8.3

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Tatsuo Ishii <ishii(at)postgresql(dot)org>
Cc: magnus(at)hagander(dot)net, stefan(at)kaltenbrunner(dot)cc, alvherre(at)commandprompt(dot)com, jd(at)commandprompt(dot)com, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Not ready for 8.3
Date: 2007-05-16 01:56:12
Message-ID: 200705160156.l4G1uCH11541@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tatsuo Ishii wrote:
> > Stefan Kaltenbrunner wrote:
> > >> They are not stable. The items should point to the archives, which are
> > >> supposedly more stable. (I had already fixed one item in PatchStatus
> > >> this morning). Really it would be much nicer to have links using the
> > >> Message-Id but I doubt that's at all doable.
> > >
> > > hrm - I see so is there a particular reason for that behaviour ?
> >
> > They're stable until Bruce removes something from the queue. When
> > something is removed, it's renumbered.
> >
> > It's how mhonarc works. It's the same with the archives - if we delete a
> > mail, they get renumbered. So we never should delete, we should just
> > blank out, but it has happened a couple of times.
>
> As I proposed for many times, why don't we add message number to each
> subject line in mail? For example like this:
>
> [HACKERS: 12345] Re: Not ready for 8.3
>
> This way, we could always obtain stable (logical) pointer, without
> reling on particular archival infrastructure.

While that helps, it does not actually allow software to link the
threads together, i.e. it can't tell which is the head and tail of the
thread. The actual software needs to improve because the thread
information is already part of the email headers.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Treat 2007-05-16 02:19:55 Re: Not ready for 8.3
Previous Message Bruce Momjian 2007-05-16 01:46:34 Re: [PATCHES] Reviewers Guide to Deferred Transactions/TransactionGuarantee