mirror of
https://github.com/postgres/postgres.git
synced 2025-07-14 08:21:07 +03:00
Fix code comments still referring to pg_start/stop_backup()
pg_start_backup() and pg_stop_backup() have been respectively renamed to
pg_backup_start() and pg_backup_stop() as of 39969e2
, but a few comments
did not get the call.
Reviewed-by: Kyotaro Horiguchi, David Steele
Discussion: https://postgr.es/m/YrqGlj1+4DF3dbZ/@paquier.xyz
This commit is contained in:
committed by
Peter Eisentraut
parent
72b6828da3
commit
36a8881c4b
@ -16,7 +16,7 @@
|
||||
#include <unistd.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "access/xlog_internal.h" /* for pg_start/stop_backup */
|
||||
#include "access/xlog_internal.h" /* for pg_backup_start/stop */
|
||||
#include "backup/backup_manifest.h"
|
||||
#include "backup/basebackup.h"
|
||||
#include "backup/basebackup_sink.h"
|
||||
|
Reference in New Issue
Block a user