postgresql/src/backend/storage
Michael Paquier 7ca50f90c0 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
2025-03-27 10:20:48 +09:00
..
buffer Fix unsafe access to BufferDescriptors 2025-02-19 11:12:45 +09:00
file Use the correct sizeof() in BufFileLoadBuffer 2025-01-25 02:16:10 +01:00
freespace doc: Correct description of values used in FSM for indexes 2025-03-27 10:20:48 +09:00
ipc Fix rare assertion failure in standby, if primary is restarted 2025-03-23 20:41:57 +02:00
large_object Update copyright for 2022 2022-01-07 19:04:57 -05:00
lmgr Exclude parallel workers from connection privilege/limit checks. 2024-12-28 16:08:50 -05:00
page Pre-beta mechanical code beautification. 2022-05-12 15:17:30 -04:00
smgr Fix C error reported by Oracle compiler. 2025-01-08 17:03:45 +13:00
sync Remove extraneous blank lines before block-closing braces 2022-04-13 19:16:02 +02:00
Makefile Refactor the fsync queue for wider use. 2019-04-04 23:38:38 +13:00