Opened 5 years ago

Closed 5 years ago

#4384 closed enhancement (fixed)

Change srid uses to int32_t

Reported by: Algunenano Owned by: Algunenano
Priority: low Milestone: PostGIS 3.0.0
Component: liblwgeom Version: master
Keywords: Cc:

Description

Although the main declaration for SRID's is int32_t, a bunch of places are still using int or uint32_t by mistake.

Change History (1)

comment:1 by Raul Marin, 5 years ago

Resolution: fixed
Status: assignedclosed

In 17410:

Always use int32_t for srid

The main declaration was already using it, but some
places still had int or mistakenly used uint32_t

Closes #4384

Note: See TracTickets for help on using tickets.