Skip to content

Commit dfb7624

Browse files
committed
Fix buildfarm with regard to pg_audit
Remove the check that pg_audit be installed by shared_preload_libraries as that's not going to work when running the regressions tests in the buildfarm. That check was primairly a nice to have and isn't required anyway.
1 parent ac52bb0 commit dfb7624

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

contrib/pg_audit/pg_audit.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1728,11 +1728,6 @@ assign_pg_audit_log_level(const char *newVal, void *extra)
17281728
void
17291729
_PG_init(void)
17301730
{
1731-
if (IsUnderPostmaster)
1732-
ereport(ERROR,
1733-
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
1734-
errmsg("pg_audit must be loaded via shared_preload_libraries")));
1735-
17361731
/* Define pg_audit.log */
17371732
DefineCustomStringVariable(
17381733
"pg_audit.log",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy