From: | "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andres Freund <andres(at)anarazel(dot)de> |
Cc: | pgsql-www(at)postgresql(dot)org |
Subject: | Re: links to 12 release notes broken after branching |
Date: | 2019-09-17 17:50:40 |
Message-ID: | a73d4d8e-30a1-3440-43ab-cd0dd1038f69@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-www |
On 9/17/19 1:04 PM, Tom Lane wrote:
> Andres Freund <andres(at)anarazel(dot)de> writes:
>> Yes, but before the release being done we can't hand that out?
You can always hand them out knowing that it is subject to change.
Personally I view devel as "anything can change at a given moment".
I'll own up to my own mistake for linking to devel from someone of the
emails/press releases around the PG12 lifecycle where I did not
appropriately change the templates. I'll be sure not to do that for PG13.
> So I
>> don't think that's sufficient. Can't we have a rule that redirects to
>> devel/release-NN.html to /NN/release-NN.html upon a 404?
>
> That seems like it'd cause everlasting confusion about which
> branch links were really meant to point at.
I did a quick look at the pgweb code to see what it would take. Coupled
with the other changes we made to how we handle release notes, it's not
so much a "redirect" as it is a "messy logic check that leads to a redirect.
If need be I can make a quantifiable analysis of how many users this is
actually impacting to see if it's worth introducing aforementioned
logic, but preferably some time after PG12 is out the door.
> I'd rather see us instantiate a new release branch under
> www.postgresql.org/docs/ as soon as there's a good reason to
> point to it, like around beta1, or maybe when we fork the
> branch in git.
beta1 is when "/docs/NN/" goes live anyway, so +1 by default from me :)
Jonathan
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2019-09-17 19:55:14 | Re: Bogus reports from coverage.postgresql.org |
Previous Message | Andres Freund | 2019-09-17 17:15:10 | Re: links to 12 release notes broken after branching |