Re: 3D Z-curve spatial index

From: David Fetter <david(at)fetter(dot)org>
To: Boris Muratshin <bmuratshin(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: 3D Z-curve spatial index
Date: 2017-02-06 05:50:45
Message-ID: 20170206055045.GA5872@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Feb 06, 2017 at 11:04:12AM +0700, Boris Muratshin wrote:
> The algorithm for 2D is described in articles (in Russian)
> https://habrahabr.ru/post/319810/ and
> https://habrahabr.ru/post/319096/ .
> Goggle-translator generates (IMHO) suitable for understanding text.

Welcome to the community!

I apologize for not being more clear.

Here, it is customary to send a patch rather than a web link when one
has code one wishes to share. This is for several reasons:

1. To establish that you are warranting that you have the right to
send the patch, i.e. that it is not legally encumbered in some way.

2. To ensure that the patch stays in the archives, as large web sites
have gone away in the past, and will in the future.

3. Because this is how the current development process works.

When I mentioned documentation, I was referring to the operation of
the SQL-callable interface, assuming that there is one. When people
apply the patch, they need to have some idea what it is supposed to do
and how to make it do those things. Any difference between what it is
supposed to do and what it actually does a bug, whether in the
implementation, the documentation, or both.

These things and many others are in the
https://wiki.postgresql.org/wiki/Developer_FAQ

Best,
David.
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter
Skype: davidfetter XMPP: david(dot)fetter(at)gmail(dot)com

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tsunakawa, Takayuki 2017-02-06 05:56:14 [RFC] Should I embed or parameterize syscall/Win32 function names from error messages?
Previous Message Amit Kapila 2017-02-06 05:45:57 Re: Index corruption with CREATE INDEX CONCURRENTLY