postgresql/src/bin/pg_rewind
Peter Eisentraut 90627cf98a Support retaining data dirs on successful TAP tests
This moves the data directories from using temporary directories with
randomness in the directory name to a static name, to make it easier to
debug.  The data directory will be retained if tests fail or the test
code dies/exits with failure, and is automatically removed on the next
make check.

If the environment variable PG_TEST_NOCLEAN is defined, the data
directories will be retained regardless of test or exit status.

Author: Daniel Gustafsson <daniel@yesql.se>
2017-09-05 12:24:06 -04:00
..
po Translation updates 2017-08-07 13:55:34 -04:00
t Support retaining data dirs on successful TAP tests 2017-09-05 12:24:06 -04:00
.gitignore Improve logging of TAP tests. 2015-07-09 13:19:10 +03:00
Makefile Fix broken link-command-line ordering for libpgfeutils. 2017-07-14 12:26:53 -04:00
RewindTest.pm Support retaining data dirs on successful TAP tests 2017-09-05 12:24:06 -04:00
copy_fetch.c Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
datapagemap.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
datapagemap.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
fetch.c Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
fetch.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
file_ops.c Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
file_ops.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
filemap.c Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
filemap.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
libpq_fetch.c Fix translatable string 2017-09-04 11:08:52 +02:00
logging.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
logging.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
nls.mk Translation updates 2017-08-07 13:55:34 -04:00
parsexlog.c Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
pg_rewind.c Add static assertions about pg_control fitting into one disk sector. 2017-07-19 16:16:57 -04:00
pg_rewind.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
timeline.c Replace "transaction log" with "write-ahead log" 2017-05-12 11:52:43 -04:00