• Tom Lane's avatar
    Fix test case instability introduced in 085b6b66. · a029a064
    Tom Lane authored
    I forgot that the WAL directory might hold other files besides WAL
    segments, notably including new segments still being filled.
    That means a blind test for the first file's size being 16MB can
    fail.  Restrict based on file name length to make it more robust.
    
    Per buildfarm.
    a029a064
misc_functions.sql 2.78 KB