diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pl/plperl/README | 3 | ||||
-rw-r--r-- | src/tools/RELEASE_CHANGES | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/pl/plperl/README b/src/pl/plperl/README index e61dd57f53a..bdf2dc05b0e 100644 --- a/src/pl/plperl/README +++ b/src/pl/plperl/README @@ -6,5 +6,4 @@ To build from this directory use 'make all; make install'. libperl must have been built as a shared library, which is usually not the case in standard installations. -Consult the PostgreSQL User's Guide and the INSTALL file in the -top-level directory of the source distribution for more information. +Consult the PostgreSQL User's Guide for more information. diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES index 73b02fa2a40..0f30f85ec71 100644 --- a/src/tools/RELEASE_CHANGES +++ b/src/tools/RELEASE_CHANGES @@ -107,6 +107,9 @@ Starting a New Development Cycle placeholder), "git rm" the previous one, and update release.sgml and filelist.sgml to match. +* In the newly-made branch, replace "devel" with the branch's major version + number in the URLs appearing in the top-level README and Makefile files. + * In the newly-made branch, change src/backend/nodes/gen_node_support.pl to enforce ABI stability of the NodeTag list (see "ARM ABI STABILITY CHECK HERE" therein). |