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

From: Ale Raza <araza(at)esri(dot)com>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
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 20:47:15
Message-ID: 7CAD6D9B7D16BC4A88795771E486508205C7CC5E@pianowire.esri.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Ok, Thanks, Which release it will be in, PostgreSQL 8.2.5?

Ale.

-----Original Message-----
From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
Sent: Tuesday, May 08, 2007 12:16 PM
To: Ale Raza
Cc: pgsql-patches(at)postgresql(dot)org; pgsql-hackers(at)postgresql(dot)org; Paul
Ramsey; John Baleja
Subject: Re: [HACKERS] Patch: Allocation of "kind" codes for spatial
type.

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 Alvaro Herrera 2007-05-08 20:53:05 Re: [PATCHES] Patch: Allocation of "kind" codes for spatial type.
Previous Message Jeff Davis 2007-05-08 20:41:49 savepoints and upgrading locks

Browse pgsql-patches by date

  From Date Subject
Next Message Alvaro Herrera 2007-05-08 20:53:05 Re: [PATCHES] Patch: Allocation of "kind" codes for spatial type.
Previous Message Tom Lane 2007-05-08 19:19:37 Re: Hash function for numeric (WIP)