1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-09 14:45:47 +02:00

Add some comments

This commit is contained in:
Grigory Smolkin 2020-01-04 19:52:11 +03:00
parent 9af67ed097
commit 20d09c4786

View File

@ -716,7 +716,10 @@ catalog_get_timelines(InstanceConfig *instance)
parray *timelines;
xlogFile *wal_file = NULL;
/* regular WAL file */
/*
* Regular WAL file.
* IsXLogFileName() cannot be used here
*/
if (strspn(file->name, "0123456789ABCDEF") == XLOG_FNAME_LEN)
{
int result = 0;