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 1stEGH-00EZNN-Vf for pgsql-hackers@arkaria.postgresql.org; Tue, 24 Sep 2024 22:44:02 +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 1stEGH-00Gafj-5h for pgsql-hackers@arkaria.postgresql.org; Tue, 24 Sep 2024 22:44:01 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1stEGG-00Gabv-Ia for pgsql-hackers@lists.postgresql.org; Tue, 24 Sep 2024 22:44:00 +0000 Received: from mail-pf1-x430.google.com ([2607:f8b0:4864:20::430]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1stEGC-000ulZ-4r for pgsql-hackers@postgresql.org; Tue, 24 Sep 2024 22:43:59 +0000 Received: by mail-pf1-x430.google.com with SMTP id d2e1a72fcca58-718e2855479so4644628b3a.1 for ; Tue, 24 Sep 2024 15:43:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=leadboat.com; s=google; t=1727217835; x=1727822635; darn=postgresql.org; h=user-agent:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=qYXzJDjjFqNlmk6gRfdNVkgP6y+aUFmCZtxHGGMnJzk=; b=CO3lsozarRcpJDcyM1L8oxyjXVpb0Tyvjx/gm7CJRh42cEiGL0R2SZtCs5YMuLUu9H FQTLQaCChWTosK94dQ/+a2KNM6D9fMpumm8vQcAk5Wja6qo3hFTpLYgXVSHWva7TBL6V DuWpMEV7p925W/3iR8miBa3VaKoJS65Ux/MtU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1727217835; x=1727822635; h=user-agent:in-reply-to:content-transfer-encoding :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=qYXzJDjjFqNlmk6gRfdNVkgP6y+aUFmCZtxHGGMnJzk=; b=SnW0VOti/l4DjVGFLj1wO6avi4y2OSEvCTI+tKJdC33zaOM/pMtbjxU9KuuVuXGBug Yd1re6bP33U15p7EpR326iFuZ0ZiyI7dgtDIslGPXC75KyKHNGrJVswNZ+JxFOy5hGtc FOKXIb/xh4E/nEoLDcILXMjVj2HdSNkwkyl52czh3su6YI1nwc5KKBz4Z0oUvlozf45B 8gN5RTonajzmIfwxniYGozTjXtwEnmLZ+yzDjmq1BeTzgO+jdfDaIz85ORt+LiniSQHp JQ5nxmxniqxBhPrbt4y9eMuyfWKJaUI3kWFCswuC39tj+PTN+veQiti5BGcUjCV8Z2ZC hTCw== X-Forwarded-Encrypted: i=1; AJvYcCXp+P7RHSHn4RZAW+/4xN386YoRfqSTQ4dAxEnyNt0kDsI3FpCTtDcuBrc4dSt7g29dB0xRbkVqr8JzOSOq@postgresql.org X-Gm-Message-State: AOJu0YyFYXQFKC4zVg8Ph2dmarCT0ttmcqAw/YHlokf+q1KDXanXGTse 6QdTKGWwqPmsOZpIJJrMAdT5trboexvJRPQHb1Tefj/+yJ/pJQCvEDgyt1lPYQ== X-Google-Smtp-Source: AGHT+IEN41C0qSzU6hrzmghSbIVsFTZvGcyv3C48y4Qq7H2jJI9jGbkWf3vsVe5kV5MA7guIxKHNTw== X-Received: by 2002:a05:6300:44:b0:1cf:314d:4ff5 with SMTP id adf61e73a8af0-1d4c6f34563mr1068646637.4.1727217834999; Tue, 24 Sep 2024 15:43:54 -0700 (PDT) Received: from google.com ([2600:1702:a20:5750::48]) by smtp.gmail.com with ESMTPSA id 41be03b00d2f7-7e6b7c73085sm1639388a12.59.2024.09.24.15.43.53 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Sep 2024 15:43:54 -0700 (PDT) Date: Tue, 24 Sep 2024 15:43:52 -0700 From: Noah Misch To: Nitin Motiani Cc: Heikki Linnakangas , Robert Haas , pgsql-hackers@postgresql.org, Tom Lane , Smolkin Grigory , Michael Paquier , Alexander Lakhin Subject: Re: race condition in pg_class Message-ID: <20240924224352.93.nmisch@google.com> References: <20240903212329.61.nmisch@google.com> <20240904195720.cf.nmisch@google.com> <20240905220434.80.nmisch@google.com> <20240906185531.48.nmisch@google.com> <20240919213346.0a.nmisch@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20240919213346.0a.nmisch@google.com> User-Agent: Mutt/2.2.12 (2023-09-09) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Thu, Sep 19, 2024 at 02:33:46PM -0700, Noah Misch wrote: > On Mon, Sep 09, 2024 at 10:55:32AM +0530, Nitin Motiani wrote: > > On Sat, Sep 7, 2024 at 12:25 AM Noah Misch wrote: > > > https://commitfest.postgresql.org/49/5090/ remains in status="Needs review". > > > When someone moves it to status="Ready for Committer", I will commit > > > inplace090, inplace110, and inplace120 patches. If one of you is comfortable > > > with that, please modify the status. > > > > Done. > > FYI, here are the branch-specific patches. I plan to push these after the v17 > release freeze lifts next week. Pushed, but the pushes contained at least one defect: https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=akepa&dt=2024-09-24%2022%3A29%3A02 I will act on that and other buildfarm failures that show up.