Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19ea1bf commit e876fcfCopy full SHA for e876fcf
gen_probackup_project.pl
@@ -155,7 +155,8 @@ sub build_pgprobackup
155
'restore.c',
156
'show.c',
157
'util.c',
158
- 'validate.c'
+ 'validate.c',
159
+ 'checkdb.c'
160
);
161
$probackup->AddFiles(
162
"$currpath/src/utils",
@@ -166,7 +167,8 @@ sub build_pgprobackup
166
167
'logger.c',
168
'parray.c',
169
'pgut.c',
- 'thread.c'
170
+ 'thread.c',
171
+ 'remote.c'
172
173
$probackup->AddFile("$pgsrc/src/backend/access/transam/xlogreader.c");
174
$probackup->AddFile("$pgsrc/src/backend/utils/hash/pg_crc.c");
0 commit comments