1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-24 08:52:38 +02:00

add comment about pending improvement of pgFileInit

This commit is contained in:
Grigory Smolkin 2020-07-01 00:26:02 +03:00
parent c89f87b8db
commit f941a7a68e

View File

@ -647,7 +647,7 @@ do_backup_instance(PGconn *backup_conn, PGNodeInfo *nodeInfo, bool no_sync, bool
file->name = last_dir_separator(file->rel_path);
if (file->name == NULL)
if (file->name == NULL) // TODO: do it in pgFileInit
file->name = file->rel_path;
else
file->name++;