On Fri, Jul 3, 2026 at 1:24 PM Fujii Masao <[email protected]> wrote: > > On Fri, Jul 3, 2026 at 9:56 AM Fujii Masao <[email protected]> wrote: > > Thanks for the review! I've pushed the patch. > > The buildfarm member prion reported the failure [1]. > > It looks like the failure occurs because prion runs with > log_error_verbosity = verbose, which inserts the SQLSTATE between > "LOG:" and the message text. The log_statement_max_length = 0 test > expected "statement:" to appear immediately after "LOG:", so it failed > even though the server correctly logged an empty statement body. > > The attached patch fixes the test.
I've pushed the patch, and confirmed that prion is green again. Regards, -- Fujii Masao
