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 1u000V-009o3I-2f for pgsql-committers@arkaria.postgresql.org; Wed, 02 Apr 2025 15:27:59 +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 1u000T-00Eq5R-QZ for pgsql-committers@arkaria.postgresql.org; Wed, 02 Apr 2025 15:27:57 +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 1u000T-00Eq5J-JV for pgsql-committers@lists.postgresql.org; Wed, 02 Apr 2025 15:27:57 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1u000R-002zPh-1X for pgsql-committers@lists.postgresql.org; Wed, 02 Apr 2025 15:27:57 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 532FRocA882306; Wed, 2 Apr 2025 11:27:50 -0400 From: Tom Lane To: Heikki Linnakangas cc: pgsql-committers@lists.postgresql.org Subject: Re: pgsql: docs: Fix column count attribute in table In-reply-to: References: Comments: In-reply-to Heikki Linnakangas message dated "Wed, 02 Apr 2025 15:21:40 -0000" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <882304.1743607670.1@sss.pgh.pa.us> Date: Wed, 02 Apr 2025 11:27:50 -0400 Message-ID: <882305.1743607670@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Heikki Linnakangas writes: > docs: Fix column count attribute in table > Nothing seems to actually depend on the attribute, as the docs built > successfully, but let's be tidy. Actually, it broke the PDF docs build, as per crake. regards, tom lane