diff options
| author | Magnus Hagander <magnus@hagander.net> | 2011-01-23 12:21:23 +0100 |
|---|---|---|
| committer | Magnus Hagander <magnus@hagander.net> | 2011-01-23 12:21:23 +0100 |
| commit | 048d148fe63102fafb2336ab5439c950dea7f692 (patch) | |
| tree | a4dbc349313a1644089792ecb29139a960e676a8 /src/bin/Makefile | |
| parent | 6f59777c65d557485e933a383ebc4c3fdfc1a2b7 (diff) | |
| download | postgresql-048d148fe63102fafb2336ab5439c950dea7f692.tar.gz | |
Add pg_basebackup tool for streaming base backups
This tool makes it possible to do the pg_start_backup/
copy files/pg_stop_backup step in a single command.
There are still some steps to be done before this is a
complete backup solution, such as the ability to stream
the required WAL logs, but it's still usable, and
could do with some buildfarm coverage.
In passing, make the checkpoint request optionally
fast instead of hardcoding it.
Magnus Hagander, reviewed by Fujii Masao and Dimitri Fontaine
Diffstat (limited to 'src/bin/Makefile')
| -rw-r--r-- | src/bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/Makefile b/src/bin/Makefile index c18c05c6c5..3809412a2d 100644 --- a/src/bin/Makefile +++ b/src/bin/Makefile @@ -14,7 +14,7 @@ top_builddir = ../.. include $(top_builddir)/src/Makefile.global SUBDIRS = initdb pg_ctl pg_dump \ - psql scripts pg_config pg_controldata pg_resetxlog + psql scripts pg_config pg_controldata pg_resetxlog pg_basebackup ifeq ($(PORTNAME), win32) SUBDIRS+=pgevent endif |
