Add macros to check if a filename is a WAL segment or other such file.
We had many instances of the strlen + strspn combination to check for that. This makes the code a bit easier to read.
Showing
Please register or sign in to comment
We had many instances of the strlen + strspn combination to check for that. This makes the code a bit easier to read.