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 1pZFut-0008A6-UR for pgsql-hackers@arkaria.postgresql.org; Mon, 06 Mar 2023 18:50:35 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pZFus-0004rY-R7 for pgsql-hackers@arkaria.postgresql.org; Mon, 06 Mar 2023 18:50:34 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pZFus-0004rM-HH for pgsql-hackers@lists.postgresql.org; Mon, 06 Mar 2023 18:50:34 +0000 Received: from mail-ua1-x933.google.com ([2607:f8b0:4864:20::933]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1pZFul-0003Ad-Qs for pgsql-hackers@lists.postgresql.org; Mon, 06 Mar 2023 18:50:33 +0000 Received: by mail-ua1-x933.google.com with SMTP id f17so7195983uax.7 for ; Mon, 06 Mar 2023 10:50:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1678128627; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=6Qrt5OZkSmamjrPHeoaE7SZfFn44DHP3pjAPRq3uLSQ=; b=LxThApYV6Aoa2Nrk48BhN7vLISNuU3I6eQqTpcRiYmmUiuhyJl52+VaKSGW8j2/KPh BogAjd9Nmfj/cQ+fyuCer+IWbpgB0XG4rhg+qr+qhoYaqKh1a1FUBGFGYNvnKHn8Umol QRgkGYwSQ/PEnqh5mWQR3tB/CmUF73mr9NHS5rcn1X8rwT5AxMnHRzFjqCGrGRasA9zg Wq5OEb/r3+OLHya6PRkFqWmPsZmTxQ61OPcSNuGG56F7ohGfDMPmEyj2qgBzZYgNAEa2 PgAvTCMFx6ulonQShpxtgNYVJjH66BzFRPfwfQtN/BPIyc+6Xz3Aa31ZZ4dVpltMN5dK NHeQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678128627; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=6Qrt5OZkSmamjrPHeoaE7SZfFn44DHP3pjAPRq3uLSQ=; b=MMsnlYEKkzWg8qdIFEdMg2qqakJgoxxhBlW0vMPv26WRELsEtVMxwfjCswTNddcQVY uUV+iD32zXznKYtVzjziftk0S+IDUZMUnclm6RhyV9VEDNgkwhhBtQVvSjbLoR806LcA N8ZsMp+mlfk/J1haAwH0LVrut+oWzUVrnurbs+Ha65ryheQqGb/aqt71Xpn5E/Hm0CZU WnegIbwLIuR4+NWvfcLsbu0qO2m1oPb8bRfs8rfquyFsLlyfYIuNf3N3yYC09eyQZYYB iebM8BjrJX6I93LeLoXBJAX7UOUdg8rlgWOskjrEMJlg5BEg+7mf/aFU4LPvarUHJ0Jy YtQA== X-Gm-Message-State: AO0yUKUSZj3JaR8JJWkDUcG2h3fi73lGI3RaZlkTPXAJVRws8I3AkKpy 18ZOJ1jVOyeVLbV9Q32vFhgpLzSmXhDckJkBNAbJkkpVdwY= X-Google-Smtp-Source: AK7set+0vhE5HRVgFQr4WTbG9K/+UQrmaIshqF/hXDETpN8oCscsw6Wv4y4jW3hVxSO3UbVHZZzuRmbbLMakeCNirtc= X-Received: by 2002:a1f:a9c7:0:b0:401:73f4:dfe with SMTP id s190-20020a1fa9c7000000b0040173f40dfemr7199635vke.3.1678128627009; Mon, 06 Mar 2023 10:50:27 -0800 (PST) MIME-Version: 1.0 References: <003001d8f4ae$402282c0$c0678840$@pcorp.us> <000401d94bc8$48dff700$da9fe500$@pcorp.us> <167762779361.628976.14009177203307564086.pgcf@coridan.postgresql.org> In-Reply-To: <167762779361.628976.14009177203307564086.pgcf@coridan.postgresql.org> From: "Gregory Stark (as CFM)" Date: Mon, 6 Mar 2023 13:49:51 -0500 Message-ID: Subject: Re: Ability to reference other extensions by schema in extension scripts To: Sandro Santilli Cc: pgsql-hackers@lists.postgresql.org, Regina Obe Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk It looks like this patch needs a quick rebase, there's a conflict in the meson.build. I'll leave the state since presumably this would be easy to resolve but it would be more likely to get attention if it's actually building cleanly. http://cfbot.cputube.org/patch_42_4023.log On Tue, 28 Feb 2023 at 18:44, Sandro Santilli wrote: > > The following review has been posted through the commitfest application: > make installcheck-world: tested, failed > Implements feature: tested, passed > Spec compliant: tested, passed > Documentation: tested, passed > > I've applied the patch attached to message https://www.postgresql.org/mes= sage-id/000401d94bc8%2448dff700%24da9fe500%24%40pcorp.us (md5sum a7d45a32c0= 54919d94cd4a26d7d07c20) onto current tip of the master branch being 128dd9f= 9eca0b633b51ffcd5b0f798fbc48ec4c0 > > The review written in https://www.postgresql.org/message-id/2023022822460= 8.ak7br5shev4wic5a%40c19 all still applies. > > The `make installcheck-world` test fails for me but the failures seem un= related to the patch (many occurrences of "+ERROR: function pg_input_error= _info(unknown, unknown) does not exist" in the regression.diff). > > Documentation exists for the new feature > > The new status of this patch is: Ready for Committer --=20 Gregory Stark As Commitfest Manager