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

Commit30126c6

Browse files
committed
Refactoring of checkdb. Move code to a separate file, improve error messages
1 parenta9bbff9 commit30126c6

File tree

10 files changed

+987
-819
lines changed

10 files changed

+987
-819
lines changed

‎Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PROGRAM = pg_probackup
44
OBJS = src/utils/configuration.o src/utils/json.o src/utils/logger.o\
55
src/utils/parray.o src/utils/pgut.o src/utils/thread.o src/utils/remote.o src/utils/file.o
66

7-
OBJS += src/archive.o src/backup.o src/catalog.o src/configure.o src/data.o\
7+
OBJS += src/archive.o src/backup.o src/catalog.o src/checkdb.o src/configure.o src/data.o\
88
src/delete.o src/dir.o src/fetch.o src/help.o src/init.o src/merge.o\
99
src/parsexlog.o src/pg_probackup.o src/restore.o src/show.o src/util.o\
1010
src/validate.o

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp