mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2026-06-21 01:34:15 +02:00
Revert "use IsXLogFileName() when parsing xlog filenames"
This reverts commit 6ad38c62ce.
This commit is contained in:
+1
-1
@@ -717,7 +717,7 @@ catalog_get_timelines(InstanceConfig *instance)
|
||||
xlogFile *wal_file = NULL;
|
||||
|
||||
/* regular WAL file */
|
||||
if (IsXLogFileName(file->name))
|
||||
if (strspn(file->name, "0123456789ABCDEF") == XLOG_FNAME_LEN)
|
||||
{
|
||||
int result = 0;
|
||||
uint32 log, seg;
|
||||
|
||||
Reference in New Issue
Block a user