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 1nRWFi-0003UR-Eq for pgsql-docs@arkaria.postgresql.org; Tue, 08 Mar 2022 09:35:34 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nRWF9-0003OI-OM for pgsql-docs@arkaria.postgresql.org; Tue, 08 Mar 2022 09:34:59 +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 1nRWF9-0003O3-Dm for pgsql-docs@lists.postgresql.org; Tue, 08 Mar 2022 09:34:59 +0000 Received: from mail-wm1-x336.google.com ([2a00:1450:4864:20::336]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1nRWF2-0006Uq-Op for pgsql-docs@lists.postgresql.org; Tue, 08 Mar 2022 09:34:58 +0000 Received: by mail-wm1-x336.google.com with SMTP id m42-20020a05600c3b2a00b00382ab337e14so996281wms.3 for ; Tue, 08 Mar 2022 01:34:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=ITMy59LZutf/KgkJKP+qTT7teQ1gu62x2LqNmbs2xjc=; b=iiMj8l1FMq3MTRFQaaJ85JK5RfeT9nI/r7DjkJwripXr3qwl1CLjekQozPPAUe9jFr aSokiEHcjjQbIHizy/lxE+6j44AlhRqcz9LdTr0PXuRyK3r500/TUoW5UjzD3cgIWTXE ZGIg96hFf+WaGgoyU7SEHEy3+bo1Sg0BGZ57GkHytYqVC/Eoo8qOEvk0zmhXRctQyK2o c0tUR39fj/iJo/PO916KUhvQhsqTuETv95TedbvI4TzbfQ/ClqszmXb84WPdieoLAmZX lUCoQuR/JuanKw2Ozdb3gcIqBkFu1TExmTBKRL6cW9kf4y5IRDisV3/fTcH35wo/2juo v4vA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ITMy59LZutf/KgkJKP+qTT7teQ1gu62x2LqNmbs2xjc=; b=1N1n2KQelrmmhWnbOTOo6Rias5XELq8SlyYbvJy0RilBBsIN/J4+lOX02GP6tIV+ZQ 1y7qx7YDIRkWJNQ+7/fyr9VyLgefXNFxPAfHrJ/g32ACjVuVoNEWKRywqDdG6v3/fL3f BHEvQYrO6mn+Mlsh8BJT9sfkNqFAO071t+0zONYNDyjRv99p0bKBcKtQw22yqOYEzVKP D4tgN7Ysxl84GcXWUxnK/ZJD8PzmYB08IoDZ6nBCttJUZvSt7iGTvaqdO73WMGOSbqiT OqYXkNykdUJGlNLe+T14j2qA1++Jh2o/DEgRzu65IuyZ6lvYl09gxuQKokiE3pwBgnXO B2sw== X-Gm-Message-State: AOAM531he+egufzaRbk33PL2aW+o/kD7gf/yd+7JCvNvN4eDsz9OHzsU aq+32l0syBG7KNXc9KkO32TmJnw/8i/V7qdd1Fw= X-Google-Smtp-Source: ABdhPJwFWeusNUiJV9onJbH1jk9PVlrp0Nt99tSCf9ZMLdqglABi6wYUa//xkjDs1qNnuaVZapcQiypeRRan0klY/Hc= X-Received: by 2002:a1c:f70a:0:b0:37c:533d:d296 with SMTP id v10-20020a1cf70a000000b0037c533dd296mr2667474wmh.147.1646732090607; Tue, 08 Mar 2022 01:34:50 -0800 (PST) MIME-Version: 1.0 References: <14aeba35c06421ae40c96f3fc31ce998d50dad41.camel@cybertec.at> In-Reply-To: From: Dong Wook Lee Date: Tue, 8 Mar 2022 18:34:34 +0900 Message-ID: Subject: Re: add free space map link in pg_freespacemap page To: Michael Paquier Cc: pgsql-docs@lists.postgresql.org Content-Type: multipart/alternative; boundary="0000000000004d0cdb05d9b1b144" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --0000000000004d0cdb05d9b1b144 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Patch looks good to me. 2022=EB=85=84 3=EC=9B=94 8=EC=9D=BC (=ED=99=94) =EC=98=A4=ED=9B=84 3:17, Mi= chael Paquier =EB=8B=98=EC=9D=B4 =EC=9E=91=EC=84=B1: > On Tue, Mar 08, 2022 at 09:31:49AM +0900, Dong Wook Lee wrote: > > I don't know about it, so should I use at FSM for all the > > acronyms in the section dedicated to acronyms? > > Yes, I would do that on consistency grounds. Your idea to add a link > to the section describing what a FSM is from pgfreespacemap.sgml is > also a good one. > > While looking around, I have also noticed some inconsistencies within > the contents of pageinspect and all that leads me to the patch > attached. Does that look fine to you? > -- > Michael > --0000000000004d0cdb05d9b1b144 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Patch looks good to me.
2022=EB=85=84 3=EC=9B=94 8=EC=9D=BC (=ED= =99=94) =EC=98=A4=ED=9B=84 3:17, Michael Paquier <michael@paquier.xyz>=EB=8B=98=EC= =9D=B4 =EC=9E=91=EC=84=B1:
On Tue, Mar 08, 2022 at 09:31:49AM +0900, Dong Wook Lee wrote: > I don't know about it, so should I use <acronym> at FSM for = all the
> acronyms in the section dedicated to acronyms?

Yes, I would do that on consistency grounds.=C2=A0 Your idea to add a link<= br> to the section describing what a FSM is from pgfreespacemap.sgml is
also a good one.

While looking around, I have also noticed some inconsistencies within
the contents of pageinspect and all that leads me to the patch
attached.=C2=A0 Does that look fine to you?
--
Michael
--0000000000004d0cdb05d9b1b144--