Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rQsZJ-0042Uc-Gr for pgsql-hackers@arkaria.postgresql.org; Fri, 19 Jan 2024 17:22:14 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rQsZI-00AcHt-II for pgsql-hackers@arkaria.postgresql.org; Fri, 19 Jan 2024 17:22:12 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rQsZI-00AcHj-20 for pgsql-hackers@lists.postgresql.org; Fri, 19 Jan 2024 17:22:12 +0000 Received: from mail-io1-xd32.google.com ([2607:f8b0:4864:20::d32]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1rQsZF-002Lgk-Jg for pgsql-hackers@postgresql.org; Fri, 19 Jan 2024 17:22:10 +0000 Received: by mail-io1-xd32.google.com with SMTP id ca18e2360f4ac-7beefdfe71eso43769239f.0 for ; Fri, 19 Jan 2024 09:22:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1705684929; x=1706289729; darn=postgresql.org; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=0h9u/g8DGYFpsLgWkPkhKpoy/796Zqkks8hUoaQ5xiI=; b=UKczlE1klJE/rYn2i5GC6DLIUBa3vLoYaGd/6Guole+9N67LtgIOuPhOpzB0ExXeAL 6svzZi9cuIVEUJvEMuISZUQc4Jx0s8ju2m46XV9WYQoviUQf+ypsrlXpMp/cuBGRaPng sVEOipEfGJkpTQS8StEic9cM/fyF0uB1C+605jCHvTEc3pe7fVncuKvd/rFojrPII4Wt wPWC4CDYeJLUPIOymnycL8l+6Lmp2tz3tFuas5PL59Fm7TSLBymRFTLWD0GsMVM6wqsu 0abDNGOLBdxGMRQtFJtR0YWlCscTOQUippk/SjvZ/3R21LyFwpHA5z4a9qL8tl9NSVqn SlsQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1705684929; x=1706289729; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=0h9u/g8DGYFpsLgWkPkhKpoy/796Zqkks8hUoaQ5xiI=; b=WHQKQPQQzoh++4xZfD0JIHwH4DWa7zbOlrdx2fQxNrtD6FVx0wcflGxOLI1CAej1gy 1phYmnxG0ZXZX3I3pfUTLzez0alTuUe3J27Lhtkvvw/N9AML7nt/dhMpaZjcBt/op74l 4JoD6b43DcsDY02Z+gMn+/O2MXq/pYqvMovDidC4hxMX2qMP7L7pLwjWrZoJRZZPVdy+ +kWmNYRVtrSOJf5DoKOvSD3BQcd0aKC4udNRZ6vKv8SfwiC8Cqs38zbeJq8VD19Xg7KR i9z6j667KRj96yKi9iszlv/8WZPZs5gKO8oAhUZTelyj8NFdzNGEXr5d6XS2NAeoUCjD s4oA== X-Gm-Message-State: AOJu0Ywo/4fzp6qP7QxI+RDpG/7tRATXLTlRubt3j5I4/XAF7lkb28Vt jI0RLDCtJEgQAkixo3VBK5WBQlXcsZ1cCQLaPAStHk/27M9VZPi8 X-Google-Smtp-Source: AGHT+IGwF1rxxeRDfUOmWNCbVkQzqhhyM22ytd6bl3ViNejrf8a0rzShx3w3ammzQksYr45Q511UoQ== X-Received: by 2002:a05:6602:4f49:b0:7bf:4f95:c10f with SMTP id gm9-20020a0566024f4900b007bf4f95c10fmr11429iob.33.1705684928729; Fri, 19 Jan 2024 09:22:08 -0800 (PST) Received: from nathanxps13 (162-195-168-172.lightspeed.stlsmo.sbcglobal.net. [162.195.168.172]) by smtp.gmail.com with ESMTPSA id y10-20020a02904a000000b0046e8b2d0396sm443348jaf.123.2024.01.19.09.22.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Jan 2024 09:22:08 -0800 (PST) Date: Fri, 19 Jan 2024 11:22:06 -0600 From: Nathan Bossart To: Bharath Rupireddy Cc: Aleksander Alekseev , pgsql-hackers@postgresql.org Subject: Re: reorganize "Shared Memory and LWLocks" section of docs Message-ID: <20240119172206.GA796427@nathanxps13> References: <20240112041430.GA3557928@nathanxps13> <20240112154650.GA3565306@nathanxps13> <20240112172350.GB3803561@nathanxps13> <20240113212815.GA4065002@nathanxps13> <20240116142019.GA52506@nathanxps13> <20240116155252.GA100542@nathanxps13> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Wed, Jan 17, 2024 at 06:48:37AM +0530, Bharath Rupireddy wrote: > LGTM. Committed. Thanks for reviewing! -- Nathan Bossart Amazon Web Services: https://aws.amazon.com