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 1naIco-000754-Gm for pgsql-hackers@arkaria.postgresql.org; Fri, 01 Apr 2022 14:51: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 1naIcn-0004ZD-E6 for pgsql-hackers@arkaria.postgresql.org; Fri, 01 Apr 2022 14:51: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 1naIcn-0004Z4-4Q for pgsql-hackers@lists.postgresql.org; Fri, 01 Apr 2022 14:51:41 +0000 Received: from mail-qv1-f46.google.com ([209.85.219.46]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1naIck-0001aL-LS for pgsql-hackers@lists.postgresql.org; Fri, 01 Apr 2022 14:51:40 +0000 Received: by mail-qv1-f46.google.com with SMTP id hu11so2183007qvb.7 for ; Fri, 01 Apr 2022 07:51:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Dp/l85AqcqiMnQNvgnpkmpBYhLruxtGbdy97UQQFajg=; b=QUM7dqiTYyIimZXRnF7ngd1iEBLegZudEuPHgB0XK6LSi9UTIR8BGESZwndAwqC1oW J4TB21HlvnjGeNbTOJHBk9sp8MbFAuByN52cKhzpvGFGCgOriB43Ciu2a0s2zE7tQRW1 xzaXs155+bBkmbApYTtWBq8sMOL750543tYacTbDwNAndMVaiC2BZN7YkkRcdKiwk+rK KijYNqZC5etbxllip2fN0lmChIvf86SiGxluRjhB5+lxhBJ9OhImiCPgl5okRbkE5d0I EfW98Fh/bSfq+4K9g4WcecQvxQTgpq2moxQIDAN1BnhaiLrCAZ33McK97vmdeSO1Z9sQ 0BdA== X-Gm-Message-State: AOAM532Xo+1y+ni1GAIsQsJumwUitSOZCcvfsAYlKV+dkyTAs0hFWIk+ CoxkaoG91VWflRwM9xkJ4xHhMFwwcjxoGH5oDok= X-Google-Smtp-Source: ABdhPJwVKhK5fH8Jj3oAyXsIh68HaejBf3oHjqNPLjRMMpFyjbAr1g8WeTGFRb152Y47K7ftSoEzysvmSSGSIEVxsfk= X-Received: by 2002:ad4:5ca7:0:b0:441:2a2a:1a76 with SMTP id q7-20020ad45ca7000000b004412a2a1a76mr39986688qvh.66.1648824697113; Fri, 01 Apr 2022 07:51:37 -0700 (PDT) MIME-Version: 1.0 References: <15d637bb-900e-e67b-361b-d70a79c324d7@enterprisedb.com> <58afb242-183b-226b-d8ba-f83374fd2bb5@enterprisedb.com> In-Reply-To: From: Greg Stark Date: Fri, 1 Apr 2022 10:51:01 -0400 Message-ID: Subject: Re: Collecting statistics about contents of JSONB columns To: Mahendra Singh Thalor Cc: Tomas Vondra , Nikita Glukhov , PostgreSQL Hackers , Mahendra Thalor , Oleg Bartunov , Thomas Munro Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk This patch has bitrotted, presumably after the other JSON patchset was applied. It looks like it's failing in the json header file so it may be as simple as additional functions added on nearby lines. Please rebase. Reminder, it's the last week of the commitfest so time is of the essence....