Re: Having postgresql.org link to cgit instead of gitweb - Mailing list pgsql-hackers

From Álvaro Herrera
Subject Re: Having postgresql.org link to cgit instead of gitweb
Date
Msg-id 202509191254.dmpgcgs3654z@alvherre.pgsql
Whole thread Raw
In response to Re: Having postgresql.org link to cgit instead of gitweb  (Peter Eisentraut <peter@eisentraut.org>)
Responses Re: Having postgresql.org link to cgit instead of gitweb
List 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/



pgsql-hackers by date:

Previous
From: Ashutosh Bapat
Date:
Subject: Re: POC: enable logical decoding when wal_level = 'replica' without a server restart
Next
From: jian he
Date:
Subject: Re: Add SPLIT PARTITION/MERGE PARTITIONS commands