#5191 closed defect (fixed)
Use integer instead of int4
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.5.8 |
Component: | postgis | Version: | 2.5.x -- EOL |
Keywords: | Cc: |
Description
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
Change History (5)
comment:1 by , 2 years ago
comment:4 by , 2 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
In 97de448/git: