Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nQs6R-0004VA-H6 for pgsql-docs@arkaria.postgresql.org; Sun, 06 Mar 2022 14:43:19 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nQs6P-00031Y-B6 for pgsql-docs@arkaria.postgresql.org; Sun, 06 Mar 2022 14:43:17 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nQs6P-00031P-1l for pgsql-docs@lists.postgresql.org; Sun, 06 Mar 2022 14:43:17 +0000 Received: from mail-wr1-x436.google.com ([2a00:1450:4864:20::436]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1nQs6I-0003PX-Nn for pgsql-docs@lists.postgresql.org; Sun, 06 Mar 2022 14:43:16 +0000 Received: by mail-wr1-x436.google.com with SMTP id j26so9185263wrb.1 for ; Sun, 06 Mar 2022 06:43:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:from:date:message-id:subject:to; bh=gCtuLbg+OZem5ACvy+pqWXc4X4cUjNA/yh5RcTvdS3Q=; b=AYGaoRat/NEMSeNQSRJ2FYfgpY/Y5MLwgYRy/Z2Qa2JfpBn27tuBpZ4aKPyEywIuvW m+WXvoQlo/StBHTWKNVcVcbsvkUU+K8ZBpoVi8JwJIfmF8GEAmWS9psBywYA0SU1PHLh hjZoNUqz55O6Pqz4qEp/4KbMHX0Qg8g+/rvzlHXdNnaVymyw+zJOzMy6P9jVIQHwui/Z YZMZT7lAc2i+y7Hmg8wmLzrlYE+9Nzzmq8bpW66Ho4fkwCAa0rhSky9MD5PeruecsJ46 rEQTP/GJstjHONaLIiOj09uqzZ0u+aiphD5duVepjRLzQutetyScHPBxuybiaXbQoq2m Ikcw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=gCtuLbg+OZem5ACvy+pqWXc4X4cUjNA/yh5RcTvdS3Q=; b=pFksW3K+MVXPKKFjzvdAb3jPXXkbAC0aYarCMJXNOmIRMNOyw3QPy/eBYhGYwWtUTC 9rALEOoKxBP6eoQ/ym/j6XOmgUA2/kVJ7gOFUU3P+/SneXsIkbO/wWt1ML1AsA/6I7Cg EWsrVwgtq3Qq7LbfjdF9IAWgnwm0lVhQ4LSv1yx2sjE/VzucOv94He6gzLy7vPNZ98i6 pOcO4c/ACbguoXBXdABahiQ09zspxw6X/HVs/UpFIb6J8P8Fa9uuf7ClZPlqwlO7aWej yEL9TfL/AwPCQfsXi35eC1DGnmFQRFoOUlCjdjg6h8zyw/2DVg5FLA+VpxM4n8pVUXt+ PvQw== X-Gm-Message-State: AOAM532MNydflbNQpfURp13Wds+NoZzNvAWbwEwAFuzStkYuUxi3jp8R m7pZ/Kh6h9BIEItQxYVgP1sRwTpuG0JcnFdFmBJyJLN9TYQ5UA== X-Google-Smtp-Source: ABdhPJxHZQ9/OMI6rEQYslehV4LD4I0SEYMR3QicszrzkAtwWSSafI8dIGAQ4vApR0w+C9azWRx3+NCRQazr2ubsoYk= X-Received: by 2002:a5d:6d83:0:b0:1f1:f7fe:c237 with SMTP id l3-20020a5d6d83000000b001f1f7fec237mr1201959wrs.339.1646577789067; Sun, 06 Mar 2022 06:43:09 -0800 (PST) MIME-Version: 1.0 From: Dong Wook Lee Date: Sun, 6 Mar 2022 23:42:53 +0900 Message-ID: Subject: add free space map link in pg_freespacemap page To: pgsql-docs@lists.postgresql.org Content-Type: multipart/mixed; boundary="0000000000003679ec05d98dc44f" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --0000000000003679ec05d98dc44f Content-Type: multipart/alternative; boundary="0000000000003679e805d98dc44d" --0000000000003679e805d98dc44d Content-Type: text/plain; charset="UTF-8" Hi, I found that there is a link to `pg_freespacemap` in the `free space map` page but there is no link to `free space map` in the `pg_freespacemap` page. diff --git a/doc/src/sgml/pgfreespacemap.sgml b/doc/src/sgml/pgfreespacemap.sgml index 5025498249..0ab3307e9c 100644 --- a/doc/src/sgml/pgfreespacemap.sgml +++ b/doc/src/sgml/pgfreespacemap.sgml @@ -9,7 +9,7 @@ The pg_freespacemap module provides a means for examining the - free space map (FSM). It provides a function called + free space map (FSM). It provides a function called pg_freespace, or two overloaded functions, to be precise. The functions show the value recorded in the free space map for a given page, or for all pages in the relation. so I propose a patch to fix it. --- Regards, Lee Dong Wook. --0000000000003679e805d98dc44d Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,
I found that there is a link to `pg_freespacemap` = in the `free space map` page but there is no link to `free space map` in=C2= =A0the `pg_freespacemap` page.=C2=A0

diff --git a/= doc/src/sgml/pgfreespacemap.sgml b/doc/src/sgml/pgfreespacemap.sgml
inde= x 5025498249..0ab3307e9c 100644
--- a/doc/src/sgml/pgfreespacemap.sgml+++ b/doc/src/sgml/pgfreespacemap.sgml
@@ -9,7 +9,7 @@

=C2=A0 &= lt;para>
=C2=A0 =C2=A0The <filename>pg_freespacemap</filenam= e> module provides a means for examining the
- =C2=A0free space map (= FSM). It provides a function called
+ =C2=A0<link linkend=3D"sto= rage-fsm">free space map</link> (FSM). It provides a function= called
=C2=A0 =C2=A0<function>pg_freespace</function>, or t= wo overloaded functions, to be
=C2=A0 =C2=A0precise. The functions show = the value recorded in the free space map for
=C2=A0 =C2=A0a given page, = or for all pages in the relation.

so I propose= a patch to fix it.


---
Regards,
Lee Dong Wook.
--0000000000003679e805d98dc44d-- --0000000000003679ec05d98dc44f Content-Type: application/octet-stream; name="0001_add_link_fsm.patch" Content-Disposition: attachment; filename="0001_add_link_fsm.patch" Content-Transfer-Encoding: base64 Content-ID: X-Attachment-Id: f_l0fdmhgq0 ZGlmZiAtLWdpdCBhL2RvYy9zcmMvc2dtbC9wZ2ZyZWVzcGFjZW1hcC5zZ21sIGIvZG9jL3NyYy9z Z21sL3BnZnJlZXNwYWNlbWFwLnNnbWwKaW5kZXggNTAyNTQ5ODI0OS4uMGFiMzMwN2U5YyAxMDA2 NDQKLS0tIGEvZG9jL3NyYy9zZ21sL3BnZnJlZXNwYWNlbWFwLnNnbWwKKysrIGIvZG9jL3NyYy9z Z21sL3BnZnJlZXNwYWNlbWFwLnNnbWwKQEAgLTksNyArOSw3IEBACiAKICA8cGFyYT4KICAgVGhl IDxmaWxlbmFtZT5wZ19mcmVlc3BhY2VtYXA8L2ZpbGVuYW1lPiBtb2R1bGUgcHJvdmlkZXMgYSBt ZWFucyBmb3IgZXhhbWluaW5nIHRoZQotICBmcmVlIHNwYWNlIG1hcCAoRlNNKS4gSXQgcHJvdmlk ZXMgYSBmdW5jdGlvbiBjYWxsZWQKKyAgPGxpbmsgbGlua2VuZD0ic3RvcmFnZS1mc20iPmZyZWUg c3BhY2UgbWFwPC9saW5rPiAoRlNNKS4gSXQgcHJvdmlkZXMgYSBmdW5jdGlvbiBjYWxsZWQKICAg PGZ1bmN0aW9uPnBnX2ZyZWVzcGFjZTwvZnVuY3Rpb24+LCBvciB0d28gb3ZlcmxvYWRlZCBmdW5j dGlvbnMsIHRvIGJlCiAgIHByZWNpc2UuIFRoZSBmdW5jdGlvbnMgc2hvdyB0aGUgdmFsdWUgcmVj b3JkZWQgaW4gdGhlIGZyZWUgc3BhY2UgbWFwIGZvcgogICBhIGdpdmVuIHBhZ2UsIG9yIGZvciBh bGwgcGFnZXMgaW4gdGhlIHJlbGF0aW9uLgo= --0000000000003679ec05d98dc44f--