pgsql: Further fixes for the buildfarm for pg_audit
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
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
* 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