Re: Having postgresql.org link to cgit instead of gitweb

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Having postgresql.org link to cgit instead of gitweb
Date: 2025-09-19 14:47:53
Message-ID: 202509191254.dmpgcgs3654z@alvherre.pgsql
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2025-Sep-19, Peter Eisentraut wrote:

> On 19.09.25 03:12, Jonathan S. Katz wrote:
> > * Moves any web links to git.postgresql.org repos to use the cgit
> > interface instead of gitweb (e.g. [1])
> > * Update the commit search[2] to use cgit instead of gitweb
>
> If we're doing that -- which seems reasonable -- then perhaps also update
> the forwarder for the links sent to pgsql-committers, like
>
> https://git.postgresql.org/pg/commitdiff/ed1aad15e09d7d523f4ef413e3c4d410497c8065
>
> This might be related to the second item, not sure.

No, I think Jonathan wasn't thinking of these links when he mentioned
that second item. I do have the /pg/commitdiff/ URLs in mind, but
that's a pginfra configuration file that needs to be changed. I'll
see about changing that as well, because I've been bitten by this
problem there too.

BTW regarding Jon's second item, I was again reminded that we have
this "backend flowchart" page there,
https://www.postgresql.org/developer/backend/
I think this is a prime example of something that we could do much
better by adding one more item to our numerous collection of diagrams in
the docbook core docs.

--
Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message jian he 2025-09-19 14:53:35 Re: Add SPLIT PARTITION/MERGE PARTITIONS commands
Previous Message Ashutosh Bapat 2025-09-19 14:44:48 Re: POC: enable logical decoding when wal_level = 'replica' without a server restart