1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-02-08 14:28:36 +02:00

Update comment in pg\rman.h about new file status.c

This commit is contained in:
Michael Paquier 2013-12-16 00:36:50 +09:00
parent 0938c645bb
commit 9ecd5acb97

View File

@ -320,7 +320,7 @@ extern const char *status2str(BackupStatus status);
extern void remove_trailing_space(char *buf, int comment_mark);
extern void remove_not_digit(char *buf, size_t len, const char *str);
/* in pgsql_src/pg_ctl.c */
/* in status.c */
extern bool is_pg_running(void);
#endif /* PG_RMAN_H */