Re: [HACKERS] Patch: Allocation of "kind" codes for spatial type. - Mailing list pgsql-patches

From Tom Lane
Subject Re: [HACKERS] Patch: Allocation of "kind" codes for spatial type.
Date
Msg-id 4977.1178651776@sss.pgh.pa.us
Whole thread Raw
In response to Patch: Allocation of "kind" codes for spatial type.  (Ale Raza <araza@esri.com>)
Responses Re: [HACKERS] Patch: Allocation of "kind" codes for spatial type.  (Ale Raza <araza@esri.com>)
List pgsql-patches
Ale Raza <araza@esri.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

pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: Re: Hash function for numeric (WIP)
Next
From: Tom Lane
Date:
Subject: Re: Hash function for numeric (WIP)