Re: Add id's to various elements in protocol.sgml

Peter Eisentraut <peter.eisentraut@enterprisedb.com>

From: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
To: Brar Piening <brar@gmx.de>, Chapman Flack <chap@anastigmatix.net>, Alvaro Herrera <alvherre@alvh.no-ip.org>, Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-03-02T09:40:18Z
Lists: pgsql-hackers
On 01.03.22 18:27, Brar Piening wrote:
> Also I'm not sure how well the autogenerated ids are reproducible over
> time/versions/builds, and if it is wise to use them as targets to link
> to from somewhere else.

Autogenerated ids are stable across builds of the same source.  They 
would change if the document structure is changed, for example, a 
section is inserted.



Commits

  1. Add id's to various elements in protocol.sgml

  2. Improve parallel vacuum implementation.