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

Commit6de8b16

Browse files
author
Michael Paquier
committed
Incorporate new test facility in pg_arman
This new facility has the advantage on not relying on static data whengenerating the tests making the whole facility more robust. This isbasically taken from the upstream project pg_rman and adapted for thesake of this pet project, so most of the credit go to Kyotaro Horiguchiand Amit Langote regarding this facility. However I have adapted a bunchof things and fixed a lot of redundancy and code duplication.
1 parent8559733 commit6de8b16

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+936
-466
lines changed

‎Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ endif # ASCIIDOC
3434
PG_CPPFLAGS = -I$(libpq_srcdir)
3535
PG_LIBS =$(libpq_pgport)
3636

37-
REGRESS = optioninit show_validate backup_restore
37+
REGRESS =initoptionshow delete backup restore
3838

3939
PG_CONFIG = pg_config
4040
PGXS :=$(shell$(PG_CONFIG) --pgxs)

‎README‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ License
8383

8484
pg_arman can be distributed under the PostgreSQL license. See COPYRIGHT
8585
file for more information. pg_arman is a fork of the existing project
86-
pg_rman, initially created and maintained by NTT and Itagaki Takahiro.
86+
pg_arman, initially created and maintained by NTT and Itagaki Takahiro.

‎data/sample_backup/20090531/170553/backup.ini‎

Lines changed: 0 additions & 13 deletions
This file was deleted.

‎data/sample_backup/20090531/170553/database/PG_VERSION‎

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎data/sample_backup/20090531/170553/file_arclog.txt‎

Whitespace-only changes.

‎data/sample_backup/20090531/170553/file_database.txt‎

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎data/sample_backup/20090601/170553/backup.ini‎

Lines changed: 0 additions & 13 deletions
This file was deleted.

‎data/sample_backup/20090601/170553/database/PG_VERSION‎

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎data/sample_backup/20090601/170553/file_arclog.txt‎

Whitespace-only changes.

‎data/sample_backup/20090601/170553/file_database.txt‎

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp