pgsql: Replace defunct URL with stable archive.org URL in rbtree.c - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Replace defunct URL with stable archive.org URL in rbtree.c
Date
Msg-id E1v9f5C-0026my-0Y@gemulon.postgresql.org
Whole thread Raw
List 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@highgo.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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Improve TAP tests by replacing ok() with better Test::More funct
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: ecpg: check return value of replace_variables()