[HACKERS] Shortened URLs for commit messages - Mailing list pgsql-hackers

From Bruce Momjian
Subject [HACKERS] Shortened URLs for commit messages
Date
Msg-id 20170524032507.GA25004@momjian.us
Whole thread Raw
Responses Re: [HACKERS] Shortened URLs for commit messages  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
I have written the following sed script to convert regular Postgres
email message URLs to their shorter form for commit messages:
sed 's;http\(s\?\)://www\.postgresql\.org/message-id/;http\1://postgr.es/m/;gi'

in case this is helpful to anyone.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com

+ As you are, so once was I.  As I am, so you will be. +
+                      Ancient Roman grave inscription +



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [HACKERS] [BUGS] Concurrent ALTER SEQUENCE RESTART Regression
Next
From: Andres Freund
Date:
Subject: Re: [HACKERS] [BUGS] Concurrent ALTER SEQUENCE RESTART Regression