Lists: | pgsql-committerspgsql-hackers |
---|
From: | tgl(at)svr1(dot)postgresql(dot)org (Tom Lane) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Clean up some obsolete statements about GiST indexes, and add a |
Date: | 2005-10-21 01:41:28 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Lists: | pgsql-committers pgsql-hackers |
Log Message:
-----------
Clean up some obsolete statements about GiST indexes, and add a section
documenting GiST crash recovery procedures, as requested some time ago
by Teodor. (The GiST chapter doesn't seem quite the right place for
the latter, but I'm not sure what else to do with it.)
Modified Files:
--------------
pgsql/doc/src/sgml:
gist.sgml (r1.21 -> r1.22)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/gist.sgml.diff?r1=1.21&r2=1.22)
indices.sgml (r1.52 -> r1.53)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/indices.sgml.diff?r1=1.52&r2=1.53)
mvcc.sgml (r2.51 -> r2.52)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/mvcc.sgml.diff?r1=2.51&r2=2.52)
From: | Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> |
---|---|
To: | Tom Lane <tgl(at)svr1(dot)postgresql(dot)org> |
Cc: | Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: [COMMITTERS] pgsql: Clean up some obsolete statements about GiST |
Date: | 2005-10-21 02:03:49 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Lists: | pgsql-committers pgsql-hackers |
Tom, I also notice that the link I put in ages ago to Kornacker's thesis
is now defunct :(
(GiST indexes Introduction)
A quick search of Google Scholar finds it hosted on Oleg & Teodor's site.
Chris
Tom Lane wrote:
> Log Message:
> -----------
> Clean up some obsolete statements about GiST indexes, and add a section
> documenting GiST crash recovery procedures, as requested some time ago
> by Teodor. (The GiST chapter doesn't seem quite the right place for
> the latter, but I'm not sure what else to do with it.)
>
> Modified Files:
> --------------
> pgsql/doc/src/sgml:
> gist.sgml (r1.21 -> r1.22)
> (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/gist.sgml.diff?r1=1.21&r2=1.22)
> indices.sgml (r1.52 -> r1.53)
> (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/indices.sgml.diff?r1=1.52&r2=1.53)
> mvcc.sgml (r2.51 -> r2.52)
> (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/mvcc.sgml.diff?r1=2.51&r2=2.52)
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend
From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> |
Cc: | Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: [COMMITTERS] pgsql: Clean up some obsolete statements about GiST |
Date: | 2005-10-21 13:59:40 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Lists: | pgsql-committers pgsql-hackers |
Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> writes:
> Tom, I also notice that the link I put in ages ago to Kornacker's thesis
> is now defunct :(
> A quick search of Google Scholar finds it hosted on Oleg & Teodor's site.
Fixed, thanks.
regards, tom lane