]> git.ipfire.org Git - thirdparty/postgresql.git/commit
doc: Correct description of values used in FSM for indexes
authorMichael Paquier <michael@paquier.xyz>
Thu, 27 Mar 2025 01:20:51 +0000 (10:20 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 27 Mar 2025 01:20:51 +0000 (10:20 +0900)
commite5cf186277f917c3743f34931b151c22555456d9
tree4483cc7559846bae8af1d375e008bf4f1b32244d
parent0f60e1fba13748811f266c0564e1b3fe834299c0
doc: Correct description of values used in FSM for indexes

The implementation of FSM for indexes is simpler than heap, where 0 is
used to track if a page is in-use and (BLCKSZ - 1) if a page is free.
One comment in indexfsm.c and one description in the documentation of
pg_freespacemap were incorrect about that.

Author: Alex Friedman <alexf01@gmail.com>
Discussion: https://postgr.es/m/71eef655-c192-453f-ac45-2772fec2cb04@gmail.com
Backpatch-through: 13
doc/src/sgml/pgfreespacemap.sgml
src/backend/storage/freespace/indexfsm.c