• Tom Lane's avatar
    Remove unused "m" field in LSEG. · cec916f3
    Tom Lane authored
    This field has been unreferenced since 1998, and does not appear in lseg
    values stored on disk (since sizeof(lseg) is only 32 bytes according to
    pg_type).  There was apparently some idea of maintaining it just in values
    appearing in memory, but the bookkeeping required to make that work would
    surely far outweigh the cost of recalculating the line's slope when needed.
    Remove it to (a) simplify matters and (b) suppress some uninitialized-field
    whining from Coverity.
    cec916f3
geo_ops.c 121 KB