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:
parent
9af67ed097
commit
20d09c4786
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user