Re: New Object Access Type hooks

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Mark Dilger <mark(dot)dilger(at)enterprisedb(dot)com>, Julien Rouhaud <rjuju123(at)gmail(dot)com>, Joshua Brindle <joshua(dot)brindle(at)crunchydata(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Robert Haas <robertmhaas(at)gmail(dot)com>, Jeff Davis <pgsql(at)j-davis(dot)com>, Joe Conway <joe(at)crunchydata(dot)com>, Stephen Frost <sfrost(at)snowman(dot)net>
Subject: Re: New Object Access Type hooks
Date: 2022-03-24 21:31:59
Message-ID: 45da8bfd-1013-deb5-0b58-69b496fb2488@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 3/24/22 16:59, Andres Freund wrote:
> Hi,
>
> I just rebased the meson tree (atop 75b1521dae1) and the test_oat_hooks test
> fail on windows with meson. They don't with our "homegrown" buildsystem, but
> just because it won't run them.
>
> https://cirrus-ci.com/build/6101947223638016
> https://cirrus-ci.com/task/5869668815601664?logs=check_world#L67
> https://api.cirrus-ci.com/v1/artifact/task/5869668815601664/log/build/testrun/test_oat_hooks/pg_regress/regression.diffs
>
> diff -w -U3 C:/cirrus/src/test/modules/test_oat_hooks/expected/test_oat_hooks.out C:/cirrus/build/testrun/test_oat_hooks/pg_regress/results/test_oat_hooks.out
> --- C:/cirrus/src/test/modules/test_oat_hooks/expected/test_oat_hooks.out 2022-03-24 18:56:39.592048000 +0000
> +++ C:/cirrus/build/testrun/test_oat_hooks/pg_regress/results/test_oat_hooks.out 2022-03-24 19:03:33.910466700 +0000
> @@ -15,12 +15,6 @@
> NOTICE: in process utility: superuser finished CreateRoleStmt
> CREATE TABLE regress_test_table (t text);
> NOTICE: in process utility: superuser attempting CreateStmt
> -NOTICE: in object access: superuser attempting namespace search (subId=0) [no report on violation, allowed]
> -LINE 1: CREATE TABLE regress_test_table (t text);
> - ^
> -NOTICE: in object access: superuser finished namespace search (subId=0) [no report on violation, allowed]
> -LINE 1: CREATE TABLE regress_test_table (t text);
> - ^
> NOTICE: in object access: superuser attempting create (subId=0) [explicit]
> NOTICE: in object access: superuser finished create (subId=0) [explicit]
> NOTICE: in object access: superuser attempting create (subId=0) [explicit]
>
>
> I don't think this is meson specific...

Even if you use NO_LOCALE=1/ENCODING=UTF8 as the Makefile now does?

cheers

andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2022-03-24 21:40:28 Re: Removing more vacuumlazy.c special cases, relfrozenxid optimizations
Previous Message Thomas Munro 2022-03-24 21:11:32 Re: [PATCH] add relation and block-level filtering to pg_waldump