-# Object files
-*.o
-
-# Libraries
-*.lib
-*.a
-
-# Shared objects (inc. Windows DLLs)
-*.dll
-*.so
-*.so.*
-*.dylib
-
-# Executables
-*.exe
-*.app
-
-# Dependencies
-.deps
-
# Files generated during build
/xlogreader.c
-# Binaries
-/pg_rewind
-
# Generated by test suite
/tmp_check/
/regression.diffs
a lot faster when the database is large and only a small portion of it differs
between the clusters.
-Download
---------
-
-The latest version of this software can be found on the project website at
-https://github.com/vmware/pg_rewind.
-
-Installation
-------------
-
-Compiling pg_rewind requires the PostgreSQL source tree to be available.
-There are two ways to do that:
-
-1. Put pg_rewind project directory inside PostgreSQL source tree as
-contrib/pg_rewind, and use "make" to compile
-
-or
-
-2. Pass the path to the PostgreSQL source tree to make, in the top_srcdir
-variable: "make USE_PGXS=1 top_srcdir=<path to PostgreSQL source tree>"
-
-In addition, you must have pg_config in $PATH.
-
-The current version of pg_rewind is compatible with PostgreSQL version 9.4.
-
Usage
-----