Adapt REL_17_STABLE to its new status as a stable branch

Michael Paquier <michael@paquier.xyz>

Commit: 10ee893d786a34e7e1b7c5ac49b529ef5f28af0d
Author: Michael Paquier <michael@paquier.xyz>
Date: 2024-06-30T23:05:35Z
Releases: 17.0
Adapt REL_17_STABLE to its new status as a stable branch

Per the checklist in RELEASE_CHANGES for the creation of a new stable
branch, this commit does the following things:
- Arm gen_node_support.pl's nodetag ABI stability, based on the contents
of nodetags.h.
- Update URLs of top-level README and Makefile to point to the new
stable version.

In passing, this fixes an incorrect comment in release-17.sgml.

Files

PathChange+/−
doc/src/sgml/release-17.sgml modified +1 −1
Makefile modified +1 −1
README.md modified +2 −2
src/backend/nodes/gen_node_support.pl modified +2 −2

Documentation touched