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 1nRAHw-0000lo-8A for pgsql-docs@arkaria.postgresql.org; Mon, 07 Mar 2022 10:08:24 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nRAHu-0000J7-Ru for pgsql-docs@arkaria.postgresql.org; Mon, 07 Mar 2022 10:08:22 +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 1nRAHu-0000Il-Gq for pgsql-docs@lists.postgresql.org; Mon, 07 Mar 2022 10:08:22 +0000 Received: from mail-ed1-x52c.google.com ([2a00:1450:4864:20::52c]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1nRAHr-0003te-Gz for pgsql-docs@lists.postgresql.org; Mon, 07 Mar 2022 10:08:21 +0000 Received: by mail-ed1-x52c.google.com with SMTP id y11so18586534eda.12 for ; Mon, 07 Mar 2022 02:08:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cybertec-at.20210112.gappssmtp.com; s=20210112; h=message-id:subject:from:to:date:in-reply-to:references:user-agent :mime-version:content-transfer-encoding; bh=7t3AKQHUTpii43qLo0/fsQcZV5yZB8hWzHM51HmUciE=; b=D6fGGeTZIjYo8y6RreW+9r7lm2k8hMY2/DTC6vFQcfcLp7Uvb0BjUAqiFCQMt9/mQ+ uFmCcFlA2MUIE4HKURdAOufSstkjhI5HiDPJ8oRZ9hS2X46a4t49VaGgQtp5fxMsa9Yo 9zFqyQ4CotuMgX9WE8zAOUJz8X2rmJo/TYqZUcgjy+/IFDpOE2mM0DZ9ReKtJRbhAtrJ nDm83iHJxhhsW/h8TyA5jHJnaqdXVdV2wEl4Zd1peDBl89HxoXuiwYRggd5AKfE9MVce pU2ScC7pZE2Ph5pcg7h/lhu5stcJKzdrmSe7MtpZzRBcPIoxk+eKqzGcd2IGmJny5FXr Hq0g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to :references:user-agent:mime-version:content-transfer-encoding; bh=7t3AKQHUTpii43qLo0/fsQcZV5yZB8hWzHM51HmUciE=; b=uxEscVHpd9nF4XXkT+Mopr+A7AMoSJOAeeVwemXGNi6K5Pk8Onoi58YdQjYcAd1ZaW rvX+msOUWPOpIylYmIWhdKlnKxNAzBxM0jGEqSiTD4g+eZCpuPtA/vpBtDRayi/vweAS GrqFZM8u0dRTRHtjuxyEbWraXiyClsAGEJPfN9D9VBBLveD7cFk78/2JLJ6//FdP+on5 SSqkkct1PxyQnD5e3stBbtjYSUfkc20zaKJ/dEWLup1XELlxNLFSW6Ur+OymuDUGWjMa 37TZigBewcTvGlVO03Q3pyRLsBKG7k2/MLaT1BOVId77LBfcaH8s88SDuTbIE4iWDIkd LfJg== X-Gm-Message-State: AOAM533SbbcDFEnw/2LIecAYsAVM51uoL9yzyGe57xNzpjp+FwYXZH6C yivupmX9m6g6ZHAONE4RxC2AvQ== X-Google-Smtp-Source: ABdhPJxN90fFCcBHtFiBN9jus+0trV6KcHIRLeBRqWGIOu+Od4oUK57vYWMcRzZ/ORnWBlAJvINIXA== X-Received: by 2002:a05:6402:3691:b0:415:ce4f:ac5a with SMTP id ej17-20020a056402369100b00415ce4fac5amr10166479edb.231.1646647697593; Mon, 07 Mar 2022 02:08:17 -0800 (PST) Received: from localhost.localdomain ([2001:871:5e:37ec:2f5d:b961:10e3:22ff]) by smtp.gmail.com with ESMTPSA id t4-20020a056402524400b00415b90801edsm6047417edd.57.2022.03.07.02.08.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 07 Mar 2022 02:08:17 -0800 (PST) Message-ID: <14aeba35c06421ae40c96f3fc31ce998d50dad41.camel@cybertec.at> Subject: Re: add free space map link in pg_freespacemap page From: Laurenz Albe To: Dong Wook Lee , pgsql-docs@lists.postgresql.org Date: Mon, 07 Mar 2022 11:08:16 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.40.4 (3.40.4-3.fc34) MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Sun, 2022-03-06 at 23:42 +0900, Dong Wook Lee wrote: > 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. +1 Yours, Laurenz Albe