diff options
author | Tom Lane | 2020-03-11 22:23:57 +0000 |
---|---|---|
committer | Tom Lane | 2020-03-11 22:24:11 +0000 |
commit | a029a0641cce002acbb5e8ac6ec5533e599a9aea (patch) | |
tree | aa46ebaf1f8147c65ef7511b0bf7361c61db5bc6 /src/include/postgres.h | |
parent | b08dee24a5574ba6657d238b91c10f1f8e2608f8 (diff) |
Fix test case instability introduced in 085b6b667.
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.
Diffstat (limited to 'src/include/postgres.h')
0 files changed, 0 insertions, 0 deletions