access method's algorithm authors

Started by Jaime Casanovaabout 19 years ago2 messages
#1Jaime Casanova
systemguards@gmail.com

Hi,

http://archives.postgresql.org/pgsql-committers/2005-11/msg00183.php

this one removes the original algorithm name of access method from
create_index.sqml. why?
was that readded somewhere else?

--
regards,
Jaime Casanova

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning."
Richard Cook

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Jaime Casanova (#1)
Re: access method's algorithm authors

"Jaime Casanova" <systemguards@gmail.com> writes:

http://archives.postgresql.org/pgsql-committers/2005-11/msg00183.php
this one removes the original algorithm name of access method from
create_index.sqml. why?

It wasn't complete, up-to-date, or particularly helpful in context.

was that readded somewhere else?

src/backend/access/*/README are the appropriate places for citations of
relevant papers.

regards, tom lane