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 1ppLPW-0002uw-MT for pgsql-hackers@arkaria.postgresql.org; Thu, 20 Apr 2023 03:56:42 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1ppLPV-0001TM-A2 for pgsql-hackers@arkaria.postgresql.org; Thu, 20 Apr 2023 03:56:41 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ppLPV-0001TD-0S for pgsql-hackers@lists.postgresql.org; Thu, 20 Apr 2023 03:56:41 +0000 Received: from mail-pg1-x534.google.com ([2607:f8b0:4864:20::534]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1ppLPR-003xkS-Nf for pgsql-hackers@lists.postgresql.org; Thu, 20 Apr 2023 03:56:40 +0000 Received: by mail-pg1-x534.google.com with SMTP id 41be03b00d2f7-517bdd9957dso389253a12.1 for ; Wed, 19 Apr 2023 20:56:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1681962995; x=1684554995; h=content-transfer-encoding:mime-version:user-agent:references :in-reply-to:from:subject:cc:to:message-id:date:from:to:cc:subject :date:message-id:reply-to; bh=6loLhSLpyO+zEd+jLFuKDTJsOKCMuD7LJm+BQxsFDJE=; b=k9GuY8SR9yHZCTq2d0hx/fNCcqrlb7urRoBHZgBejXG2uIVgmapjjYciOwoXscrxfZ C8qWYf3fzq2TNHFwDgrsGv1UHWSMmeX8ILCXCw6m0OlJMgRCqo29Q2DFEmRcSl96zHWn 1GNdBweTcM+HJy9sfyREGf7MSHVIa8Yo6OlAi4QZ/6U7TXM9F/i98ytuHhlMKFUbNuLL RwUW+Ct8nTcZNsVzN5o6W8t2xXIW/Bj9gqsJETZaYTxd+WdphChBH1Xv0FKAWYJjEf81 WnE2xOHNmWBcXF6xi0r4B8BEHYLHYJUDEiNWbw/1MNZgGSIAB+vqK1iO9MmTQoetkBlc xCTA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1681962995; x=1684554995; h=content-transfer-encoding:mime-version:user-agent:references :in-reply-to:from:subject:cc:to:message-id:date:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=6loLhSLpyO+zEd+jLFuKDTJsOKCMuD7LJm+BQxsFDJE=; b=VN8ZSJm6tS+VqpatUE9zWw7Gt3OeFBNny4B02IKSjDMe5nKTUP6s+Yj3ikWzTGN3b4 uEhMPFYXyn+KO1NyrgaVqzcPBwK2Kv6oFtHuYV9oEHX81LuxSfNXc5sS4cJAAzJ2tWxi nywQ1Q6bJ3s7QP6grhY5NWQGQwyhdfvgmrFOyHiBiaUG+C5KduqB0lAGXjU1bhiTVr9i IZ1o4AZmzeleddndwTJ/i8aOi5YBFkgemU/fyWmdxGySEDWHrwLkvX34Nalu6ed4mNYK ZksCZxx0G9S7To60z6bDJt0XVICvY7/7Ne1TI1SlWLgqI1iy089CFwGB6x/hs6zi25zS nH9A== X-Gm-Message-State: AAQBX9f8tJtfcCSS+rl23gZpk7tj51Lq0aXs+/psyy4hEFPnHhWGwv2i OUei4MgrwO/AkR+GY7mBkdY= X-Google-Smtp-Source: AKy350a/YmnEm65gWti6e2HB9RSj6Lqd27vAj8XspHyozHmJjc03I66Cj5Hj56MuVgyfcbExIr4pPw== X-Received: by 2002:a17:902:f803:b0:1a6:a988:b858 with SMTP id ix3-20020a170902f80300b001a6a988b858mr64509plb.58.1681962995007; Wed, 19 Apr 2023 20:56:35 -0700 (PDT) Received: from localhost (KD036014041111.ppp-bb.dion.ne.jp. [36.14.41.111]) by smtp.gmail.com with ESMTPSA id az6-20020a170902a58600b001a1ca6dc38csm201581plb.118.2023.04.19.20.56.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 19 Apr 2023 20:56:34 -0700 (PDT) Date: Thu, 20 Apr 2023 12:56:32 +0900 (JST) Message-Id: <20230420.125632.236796436425209579.horikyota.ntt@gmail.com> To: michael@paquier.xyz Cc: pgsql-hackers@lists.postgresql.org Subject: Re: eclg -C ORACLE breaks data From: Kyotaro Horiguchi In-Reply-To: References: <20230410.173500.440060475837236886.horikyota.ntt@gmail.com> User-Agent: Mew version 6.8 on Emacs 27.2 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk At Tue, 18 Apr 2023 11:35:16 +0900, Michael Paquier wrote in > On Mon, Apr 17, 2023 at 05:00:59PM +0900, Michael Paquier wrote: > > This thinko has been introduced by 3b7ab43, so this needs to go down > > to v11. I'll see to that. > > So done. mylodon is feeling unhappy about that, because this has a Thanks! > C99 declaration: > https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=mylodon&dt=2023-04-18%2002%3A22%3A04 > char_array.pgc:73:8: error: variable declaration in for loop is a C99-specific feature [-Werror,-Wc99-extensions] > for (int i = 0 ; i < sqlda->sqld ; i++) > > I'll go fix that in a minute, across all the branches for > consistency. Oh, I didn't realize there were differences in the configurations. Good to know. regards. -- Kyotaro Horiguchi NTT Open Source Software Center