• Alvaro Herrera's avatar
    Do not allow *timestamp to be passed as NULL · e68be16b
    Alvaro Herrera authored
    The code had bugs that would cause crashes if NULL was passed as that
    argument (originally intended to mean not to bother returning its
    value), and after inspection it turns out that nothing seems interested
    in the case that *ts is NULL anyway.  Therefore, remove the partial
    checks intended to support that case.
    
    Author: Michael Paquier
    though I didn't include a proposed Assert.
    
    Backpatch to 9.5.
    e68be16b
commit_ts.c 25.2 KB