PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ gserialized_max_header_size()

uint32_t gserialized_max_header_size ( void  )

Returns the size in bytes to read from toast to get the basic information from a geometry: GSERIALIZED struct, bbox and type.

Definition at line 130 of file gserialized.c.

131 {
132  size_t sz1 = gserialized1_max_header_size();
133  size_t sz2 = gserialized2_max_header_size();
134  return sz1 > sz2 ? sz1 : sz2;
135 }
uint32_t gserialized1_max_header_size(void)
Returns the size in bytes to read from toast to get the basic information from a geometry: GSERIALIZE...
Definition: gserialized1.c:116
uint32_t gserialized2_max_header_size(void)
Returns the size in bytes to read from toast to get the basic information from a geometry: GSERIALIZE...
Definition: gserialized2.c:178

References gserialized1_max_header_size(), and gserialized2_max_header_size().

Referenced by gserialized_datum_get_box2df_p(), and gserialized_datum_get_internals_p().

Here is the call graph for this function:
Here is the caller graph for this function: