pgsql: Further fixes for the buildfarm for pg_audit

Started by Stephen Frostabout 11 years ago3 messagescomitters
Jump to latest
#1Stephen Frost
sfrost@snowman.net

Further fixes for the buildfarm for pg_audit

The database built by the buildfarm is specific to the extension, use
\connect - instead.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c703b1e689010961c6bb7ede1e88c2ae296858b6

Modified Files
--------------
contrib/pg_audit/expected/pg_audit.out | 26 +++++++++++++-------------
contrib/pg_audit/sql/pg_audit.sql | 26 +++++++++++++-------------
2 files changed, 26 insertions(+), 26 deletions(-)

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Stephen Frost (#1)
Re: pgsql: Further fixes for the buildfarm for pg_audit

Stephen Frost <sfrost@snowman.net> writes:

Further fixes for the buildfarm for pg_audit

It still doesn't work. Have you actually attempted to run the test
in an installation that doesn't have the module preloaded?

regards, tom lane

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

#3Stephen Frost
sfrost@snowman.net
In reply to: Tom Lane (#2)
Re: pgsql: Further fixes for the buildfarm for pg_audit

* Tom Lane (tgl@sss.pgh.pa.us) wrote:

Stephen Frost <sfrost@snowman.net> writes:

Further fixes for the buildfarm for pg_audit

It still doesn't work. Have you actually attempted to run the test
in an installation that doesn't have the module preloaded?

Actually, I had fixed it, I just hadn't pushed both halves of the patch
that fixed it, and yes.

Need to think about the superuser issue.

Thanks,

Stephen