Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdfb7624

Browse files
committed
Fix buildfarm with regard to pg_audit
Remove the check that pg_audit be installed byshared_preload_libraries as that's not going to work when running theregressions tests in the buildfarm. That check was primairly a nice tohave and isn't required anyway.
1 parentac52bb0 commitdfb7624

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)

[8]ページ先頭

©2009-2025 Movatter.jp