Re: [BUG] pg_stat_statements and extended query protocol

From: David Zhang <david(dot)zhang(at)highgo(dot)ca>
To: "Imseih (AWS), Sami" <simseih(at)amazon(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [BUG] pg_stat_statements and extended query protocol
Date: 2023-03-10 20:58:23
Message-ID: 3499c5ed-5511-0801-ccfe-297b098aa8fe@highgo.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> Yes, I agree that proper test coverage is needed here. Will think
> about how to accomplish this.

Tried to apply this patch to current master branch and the build was ok,
however it crashed during initdb with a message like below.

"performing post-bootstrap initialization ... Segmentation fault (core
dumped)"

If I remove this patch and recompile again, then "initdb -D $PGDATA" works.

Thanks,

David

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Regina Obe 2023-03-10 21:05:46 RE: Ability to reference other extensions by schema in extension scripts
Previous Message Tom Lane 2023-03-10 20:49:14 Re: Add SHELL_EXIT_CODE to psql