8000 Fix comment in main() · postgrespro/pg_probackup@eec11c0 · GitHub
[go: up one dir, main page]

Skip to content

Commit eec11c0

Browse files
committed
Fix comment in main()
1 parent e16bdc6 commit eec11c0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/pg_probackup.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,9 @@ main(int argc, char *argv[])
363363
}
364364

365365
/*
366-
* Read options from env variables or from config file,
367-
* unless we're going to set them via set-config.
366+
* We read options from command line, now we need to read them from
367+
* configuration file since we got backup path and instance name.
368+
* For some commands an instance option isn't required, see above.
368369
*/
369370
if (instance_name)
370371
{

0 commit comments

Comments
 (0)
0