Remove unnecessary cruft from .gitignore. Also remove download and install
authorHeikki Linnakangas <[email protected]>
Tue, 16 Dec 2014 19:36:31 +0000 (21:36 +0200)
committerHeikki Linnakangas <[email protected]>
Fri, 16 Jan 2015 11:37:06 +0000 (13:37 +0200)
instructions from README

contrib/pg_rewind/.gitignore
contrib/pg_rewind/README

index cb50df2a86795b4495a62b71a88ff26629c0e476..816a91d1253b464a162a2b1e6274203d2b7e8dab 100644 (file)
@@ -1,29 +1,6 @@
-# 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
index 9f7158d5b4a675d57dfa1bd0e503d420a74e2cdc..010b038054c0c90ce657463f328e3bf93f62d891 100644 (file)
@@ -10,30 +10,6 @@ and does not require reading through all files in the cluster. That makes it
 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
 -----