From: | Stephen Frost <sfrost(at)snowman(dot)net> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-committers(at)postgresql(dot)org |
Subject: | Re: pgsql: Add pg_audit, an auditing extension |
Date: | 2015-05-14 16:43:30 |
Message-ID: | 20150514164330.GD30322@tamriel.snowman.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
* Tom Lane (tgl(at)sss(dot)pgh(dot)pa(dot)us) wrote:
> Stephen Frost <sfrost(at)snowman(dot)net> writes:
> > * Tom Lane (tgl(at)sss(dot)pgh(dot)pa(dot)us) wrote:
> >> Quite aside from any security risks, that means that running "make
> >> installcheck" twice in a row fails. Please fix.
>
> > Right, will do, though one kind of requires the other (we can't drop the
> > only user we know how to connect as which is a superuser...). I'll
> > figure out a way to make it work though.
>
> Instead of physically reconnecting, could you do SET ROLE or SET SESSION
> AUTHORIZATION? I think that's what we do in the core tests.
Unfortunately, neither of those reset the role GUCs which are set with
ALTER ROLE.
> > I'm at least somewhat suspicious it has to do with loading the library,
> > since we (pretty clearly..) didn't test that much as it's not really
> > intended.
>
> There are several more crashes in the BF now. They're not at initial
> library load AFAICS. Hard to tell if it's platform-specific or just
> randomly fails sometimes. Have you tried valgrind to see if there's
> uninitialized-memory touches?
Will give that a shot and see what it says.
Thanks!
Stephen
From | Date | Subject | |
---|---|---|---|
Next Message | Stephen Frost | 2015-05-14 16:45:20 | Re: pgsql: Add pg_audit, an auditing extension |
Previous Message | Tom Lane | 2015-05-14 16:41:09 | Re: pgsql: Add pg_audit, an auditing extension |
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2015-05-14 16:43:48 | Re: trust authentication behavior |
Previous Message | Tom Lane | 2015-05-14 16:41:09 | Re: pgsql: Add pg_audit, an auditing extension |