pgsql: Replace defunct URL with stable archive.org URL in rbtree.c

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Replace defunct URL with stable archive.org URL in rbtree.c
Date: 2025-10-17 07:41:02
Message-ID: E1v9f5C-0026my-0Y@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Replace defunct URL with stable archive.org URL in rbtree.c

The URL for "Sorting and Searching Algorithms: A Cookbook"
by Thomas Niemann has started returning 404, and since we
refer to the page for license terms this replaces the now
defunct link with one to the copy on archive.org.

Author: Chao Li <lic(at)highgo(dot)com>
Discussion: https://postgr.es/m/6DED3DEF-875E-4D1D-8F8F-7353D5AF7B79@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6aa184c80f0cb0e20572441e0189567ed5176e1d

Modified Files
--------------
src/backend/lib/rbtree.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2025-10-17 08:17:32 pgsql: ecpg: check return value of replace_variables()
Previous Message Michael Paquier 2025-10-17 05:40:37 pgsql: Improve TAP tests by replacing ok() with better Test::More funct