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 1v4UFq-00GeHX-El for pgsql-hackers@arkaria.postgresql.org; Fri, 03 Oct 2025 01:06:38 +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 1v4UFo-00AHgh-Gk for pgsql-hackers@arkaria.postgresql.org; Fri, 03 Oct 2025 01:06:37 +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 1v4UFo-00AHgY-7d for pgsql-hackers@lists.postgresql.org; Fri, 03 Oct 2025 01:06:36 +0000 Received: from meldrar.postgresql.org ([2a02:c0:301:0:ffff::31]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1v4UFm-0017vr-0j for pgsql-hackers@lists.postgresql.org; Fri, 03 Oct 2025 01:06:36 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Content-Transfer-Encoding:Content-Type: Mime-Version:References:In-Reply-To:From:Subject:Cc:To:Message-Id:Date:Sender :Reply-To:Content-ID:Content-Description; bh=DSd7U4F2CywRd/Oa5vA3n+pCw8oeP5P9CzKow1OrzeI=; b=Jyr0frKqYtKeb293V9pGHi8k5B ONlR87RdK4lPa6YKawHwqGbiwHec5FNUSp+HYL0NQmizegyC/mqnc7wB36jrGXX8dCwqgTX9nD7q+ mDwhRVyiIfkzkOv1AJx2E2fdl0j77kXAL94r+OhC7hmHgj0lp3jZuNHnuPNYqlCB7fbDAtALZ/zRI jIi9VCF8U2LMPbWEhvdxMYH+o+/ZV0RKQ3m3cMJ6aq54ncKvl8PyD0U8UdhMmloT5iNB/2MKMNSl7 /UVhmYQWZywM6dJeVbaJ/J/jPM7eN4kabWmTmMN9z3qoxBhAjx79rf4eWqyWsZ5YCI3rjNIZ8hyJF QJ9f+77w==; Received: from [2409:11:4120:300:f57d:a6bd:cdcd:b57a] (helo=localhost) by meldrar.postgresql.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1v4UFc-000FGH-2Y; Fri, 03 Oct 2025 01:06:28 +0000 Date: Fri, 03 Oct 2025 10:06:06 +0900 (JST) Message-Id: <20251003.100606.2086363717963832725.ishii@postgresql.org> To: ojford@gmail.com Cc: peter@eisentraut.org, li.evan.chao@gmail.com, krasiyan@gmail.com, tgl@sss.pgh.pa.us, vik@postgresfriends.org, andrew@tao11.riddles.org.uk, david@fetter.org, pgsql-hackers@lists.postgresql.org Subject: Re: Add RESPECT/IGNORE NULLS and FROM FIRST/LAST options From: Tatsuo Ishii In-Reply-To: References: <20250924.221842.203240336888394367.ishii@postgresql.org> <20251002.211550.1475922457918078317.ishii@postgresql.org> X-Mailer: Mew version 6.8 on Emacs 29.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Host-Lookup-Failed: Reverse DNS lookup failed for 2409:11:4120:300:f57d:a6bd:cdcd:b57a (failed) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On Thu, 2 Oct 2025, 13:16 Tatsuo Ishii, wrote: > >> > Thank you for the patch. (I noticed int8 is also missing). >> > >> > I have looked into the commit 964d01ae90c3 which was made by Peter. I >> > have quick read through the discussion to know why uint8/uint16 (and >> > int8) are missing in gen_node_support.pl. Unfortunately I have no >> > clear idea why these data types are missing in the script. >> > >> > Peter, >> > Maybe you wanted to limit the data types that are actually used at >> > that point? If so, probably we should only add uint8 support this time >> > (uint8 is only needed to implement $Subject for now). What do you >> > think? >> >> I decided not to include the fix to gen_node_support.pl for now and >> commit the patch without it. We could revisit it later on. >> >> So here is the commit message I would like to propose. >> >> For the technical part please look at the message. >> >> Non technical part: >> First of all the author is Oliver (no doubt). I would like to be >> listed as a co-author since I wrote the not null cache part. >> >> Next is reviewers. Actually the first effor to implement null >> treatment clause was back to 9.3 era (2013) at least. After that >> multiple trials to implemnt the feature happend but they had faded >> away. I think we don't need to include all of those who joined the old >> discussions as reviewers. So I started to check from the discussion: >> >> https://postgr.es/m/flat/CAGMVOdsbtRwE_4+v8zjH1d9xfovDeQAGLkP_B6k69_VoFEgX-A@mail.gmail.com >> because it's refered to by the commit fest entry. >> >> Oliver and others, I love to hear your comment! > > > Looks great, so glad this is finally going in. I have just pushed the patch (plus patches for syntax.sgml and sql_features.txt. They were missued after I splitted the patch). Thank you for your effort! -- Tatsuo Ishii SRA OSS K.K. English: http://www.sraoss.co.jp/index_en/ Japanese:http://www.sraoss.co.jp