Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5b7cf08

Browse files
committed
Reserve some pg_statistic "kind" codes for use by the ESRI ST_Geometry
datatype project. Per request from Ale Raza (araza at esri.com).
1 parent ade493e commit 5b7cf08

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/include/catalog/pg_statistic.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*
11-
* $PostgreSQL: pgsql/src/include/catalog/pg_statistic.h,v 1.32 2007/01/05 22:19:53 momjian Exp $
11+
* $PostgreSQL: pgsql/src/include/catalog/pg_statistic.h,v 1.33 2007/05/08 19:13:52 tgl Exp $
1212
*
1313
* NOTES
1414
* the genbki.sh script reads this file and generates .bki
@@ -184,7 +184,9 @@ typedef FormData_pg_statistic *Form_pg_statistic;
184184
* (values in this range will be documented in this file)
185185
* 100-199: reserved for assignment by the PostGIS project
186186
* (values to be documented in PostGIS documentation)
187-
* 200-9999: reserved for future public assignments
187+
* 200-299: reserved for assignment by the ESRI ST_Geometry project
188+
* (values to be documented in ESRI ST_Geometry documentation)
189+
* 300-9999: reserved for future public assignments
188190
*
189191
* For private use you may choose a "kind" code at random in the range
190192
* 10000-30000. However, for code that is to be widely disseminated it is

0 commit comments

Comments
 (0)