Re: [PATCH] random_normal function

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "David E(dot) Wheeler" <david(at)justatheory(dot)com>
Cc: Andrey Lepikhov <a(dot)lepikhov(at)postgrespro(dot)ru>, Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>, Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>, Michael Paquier <michael(at)paquier(dot)xyz>, Justin Pryzby <pryzby(at)telsasoft(dot)com>, pgsql-hackers(at)postgresql(dot)org, Paul Ramsey <pramsey(at)cleverelephant(dot)ca>
Subject: Re: [PATCH] random_normal function
Date: 2025-10-04 18:07:45
Message-ID: 1531285.1759601265@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I wrote:
> I didn't know about that page, but I'm happy to go remove its
> mention of "ignore:" ...

Actually, there is a *ton* of obsolete information on that page:
there's no serial_schedule file anymore, and we don't have
dynamically-generated test files anymore (input/output subdirectories)
and therefore there's no substituted variables. The age of the whole
thing can be dated by its references to CVS :-(

Maybe we should indeed try to replace it with something in the main
docs, which are a bit more likely to get maintained. There is an
existing chapter "Regression Tests", but it presently only talks
about how to run the tests not how to write new ones.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Paul A Jungwirth 2025-10-04 19:48:52 Re: SQL:2011 Application Time Update & Delete
Previous Message Tom Lane 2025-10-04 17:47:53 Re: [PATCH] random_normal function