aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2014-02-10 20:48:30 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2014-02-10 20:48:30 -0500
commit432735cbf32bd35f3daefdf59a2f78a473f7c880 (patch)
treeecd68673f794d07832c454e6c41aa2c7b0291ef1 /src
parent6141983fb4da3577efdceca74c06209448b9c76b (diff)
downloadpostgresql-432735cbf32bd35f3daefdf59a2f78a473f7c880.tar.gz
postgresql-432735cbf32bd35f3daefdf59a2f78a473f7c880.zip
Don't generate plain-text HISTORY and src/test/regress/README anymore.
Providing this information as plain text was doubtless worth the trouble ten years ago, but it seems likely that hardly anyone reads it in this format anymore. And the effort required to maintain these files (in the form of extra-complex markup rules in the relevant parts of the SGML documentation) is significant. So, let's stop doing that and rely solely on the other documentation formats. Per discussion, the plain-text INSTALL instructions might still be worth their keep, so we continue to generate that file. Rather than remove HISTORY and src/test/regress/README from distribution tarballs entirely, replace them with simple stub files that tell the reader where to find the relevant documentation. This is mainly to avoid possibly breaking packaging recipes that expect these files to exist. Back-patch to all supported branches, because simplifying the markup requirements for release notes won't help much unless we do it in all branches.
Diffstat (limited to 'src')
-rw-r--r--src/test/regress/README3
-rw-r--r--src/tools/RELEASE_CHANGES1
2 files changed, 3 insertions, 1 deletions
diff --git a/src/test/regress/README b/src/test/regress/README
new file mode 100644
index 00000000000..0cbf3b64b24
--- /dev/null
+++ b/src/test/regress/README
@@ -0,0 +1,3 @@
+Documentation concerning how to run these regression tests and interpret
+the results can be found in the PostgreSQL manual, in the chapter
+"Regression Tests".
diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES
index b2ad848053b..c066f17487e 100644
--- a/src/tools/RELEASE_CHANGES
+++ b/src/tools/RELEASE_CHANGES
@@ -10,7 +10,6 @@ For All Releases (major, minor, beta, RC)
o update doc/src/sgml/release.sgml
o run spellchecker on result
o add SGML markup
- o check if 'gmake HISTORY.html' works for <link>s
* Update timezone data to match latest zic database (see src/timezone/README)