Re: Patch: Allocation of "kind" codes for spatial type.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ale Raza <araza(at)esri(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org, "Paul Ramsey" <pramsey(at)refractions(dot)net>, "John Baleja" <jbaleja(at)esri(dot)com>
Subject: Re: Patch: Allocation of "kind" codes for spatial type.
Date: 2007-05-08 19:16:16
Message-ID: 4977.1178651776@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Ale Raza <araza(at)esri(dot)com> writes:
> Attached is the modified pg_statistic.h file for this patch. As you
> mentioned 200 - 299 is reserved for ESRI st_geometry type. Out of these
> values I am using code 200 for st_geometry.

Done.

For future reference, what people normally mean by a "patch" is
"diff -c" output. Sending the whole modified file is not convenient
because it can't be dropped-in if there have been any changes since the
version you worked from (as indeed there have been, in this case).

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2007-05-08 19:24:19 Re: [COMMITTERS] pgsql: Teach tuplesort.c about "top N" sorting, in which only the first
Previous Message Lukas Kahwe Smith 2007-05-08 16:24:49 Re: Managing the community information stream

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2007-05-08 19:19:37 Re: Hash function for numeric (WIP)
Previous Message Neil Conway 2007-05-08 19:00:49 Re: Hash function for numeric (WIP)