URLs in rbtree.c are broken

From: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
To: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: URLs in rbtree.c are broken
Date: 2025-10-10 07:00:35
Message-ID: 6DED3DEF-875E-4D1D-8F8F-7353D5AF7B79@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

From the file header comment:

* rbtree.c
* implementation for PostgreSQL generic Red-Black binary tree package
* Adopted from http://algolist.manual.ru/ds/rbtree.php
*
* This code comes from Thomas Niemann's "Sorting and Searching Algorithms:
* a Cookbook".
*
* See http://www.cs.auckland.ac.nz/software/AlgAnim/niemann/s_man.htm for
* license terms: "Source code, when part of a software project, may be used
* freely without reference to the author."

The both URLs are no longer accessible.

For the first one, by search for “Thomas Niemann’s Sorting and Searching Algorithms: a Cookbook”, I got https://www.epaperpress.com/sortsearch/rbt.html, but I am not sure it provides the exactly same content as the old URL.

For the second one, I cannot find a replacement.

Best regards,
--
Chao Li (Evan)
HighGo Software Co., Ltd.
https://www.highgo.com/

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message BharatDB 2025-10-10 07:04:50 Re: psql: Count all table footer lines in pager setup
Previous Message Amit Langote 2025-10-10 06:40:37 Re: Batching in executor