• Tom Lane's avatar
    Improve regression tests for uuid-ossp. · c0f27628
    Tom Lane authored
    On reflection, the timestamp-advances test might fail if we're unlucky
    enough for the time_mid field to change between two calls, since uuid_cmp
    is just bytewise comparison and the field ordering has more significant
    fields later.  Build some field extraction functions so we can do a more
    honest test of that.  Also check that the version and reserved fields
    contain what they should.
    c0f27628
uuid_ossp.sql 2.15 KB