PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ TYPMOD_SET_TYPE

#define TYPMOD_SET_TYPE (   typmod,
  type 
)    ((typmod) = (typmod & 0xFFFFFF03) | ((type & 0x0000003F)<<2))

Definition at line 168 of file liblwgeom.h.

Referenced by gserialized_typmod_in(), and test_typmod_macros().