Skip to content

Commit 9ecd5ac

Browse files
author
Michael Paquier
committed
Update comment in pg\rman.h about new file status.c
1 parent 0938c64 commit 9ecd5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pg_rman.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ extern const char *status2str(BackupStatus status);
320320
extern void remove_trailing_space(char *buf, int comment_mark);
321321
extern void remove_not_digit(char *buf, size_t len, const char *str);
322322

323-
/* in pgsql_src/pg_ctl.c */
323+
/* in status.c */
324324
extern bool is_pg_running(void);
325325

326326
#endif /* PG_RMAN_H */

0 commit comments

Comments
 (0)