Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit18b133c

Browse files
author
itagaki.takahiro
committed
add/fix comments.
git-svn-id:http://pg-rman.googlecode.com/svn/trunk@29 182aca00-e38e-11de-a668-6fd11605f5ce
1 parent4df4b16 commit18b133c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎backup.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ do_backup_arclog(parray *backup_list)
271271
else
272272
fname=file->path;
273273

274-
/* to backup backuphisotry files, compare tli/lsn portion only */
274+
/* to backup backuphistory files, compare tli/lsn portion only */
275275
if (strncmp(fname,last_wal,24)>0)
276276
{
277277
parray_remove(files,i);
@@ -657,6 +657,7 @@ pg_start_backup(const char *label, bool smooth, pgBackup *backup)
657657
server_version=get_server_version();
658658
if (server_version >=80400)
659659
{
660+
/* 2nd argument is 'fast'*/
660661
params[1]=smooth ?"false" :"true";
661662
res=execute("SELECT * from pg_xlogfile_name_offset(pg_start_backup($1, $2))",2,params);
662663
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp