projects
/
users
/
heikki
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dde6c5
)
Remove mention of license from the README. It's implicit that it's the
author
Heikki Linnakangas
<
[email protected]
>
Tue, 16 Dec 2014 19:36:05 +0000
(21:36 +0200)
committer
Heikki Linnakangas
<
[email protected]
>
Fri, 16 Jan 2015 11:37:06 +0000
(13:37 +0200)
same license as the rest of the source tree.
contrib/pg_rewind/README
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pg_rewind/README
b/contrib/pg_rewind/README
index cac609567c86a5c047d00e84de570f4ecbdee7bc..9f7158d5b4a675d57dfa1bd0e503d420a74e2cdc 100644
(file)
--- a/
contrib/pg_rewind/README
+++ b/
contrib/pg_rewind/README
@@
-92,9
+92,3
@@
Restrictions
pg_rewind needs that cluster uses either data checksums that can be enabled
at server initialization with initdb or WAL logging of hint bits that can
be enabled by settings "wal_log_hints = on" in postgresql.conf.
-
-License
--------
-
-pg_rewind can be distributed under the BSD-style PostgreSQL license. See
-COPYRIGHT file for more information.