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.
Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/179cdd098196338880bdbb39c39a788abdad4dd8 Modified Files -------------- src/backend/access/transam/xlog.c | 11 +++-------- src/backend/replication/basebackup.c | 7 ++----- src/bin/pg_basebackup/pg_receivexlog.c | 16 ++-------------- src/bin/pg_resetxlog/pg_resetxlog.c | 8 ++++++-- src/include/access/xlog_internal.h | 18 ++++++++++++++++++ 5 files changed, 31 insertions(+), 29 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
