[postgis-tickets] [PostGIS] #5191: Use integer instead of int4
PostGIS
trac at osgeo.org
Mon Jul 25 11:48:11 PDT 2022
#5191: Use integer instead of int4
---------------------+---------------------------
Reporter: robe | Owner: robe
Type: defect | Status: assigned
Priority: medium | Milestone: PostGIS 2.5.8
Component: postgis | Version: 2.5.x
Keywords: |
---------------------+---------------------------
integer is the canonical preferred way of specifying int4 in postgresql
functions. In fact if you define a function as input int4 or output int4,
PostgreSQL changes it to integer when you script the function.
To make it easier for our Perl script to determine a function is
installed, we should standardize on integer instead of int4
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5191>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list