Skip to content

Commit

Permalink
Merge pull request #23 from reshke/master-1
Browse files Browse the repository at this point in the history
Update logerrors.c to compile with  -fvisibility=hidden
  • Loading branch information
munakoiso authored Aug 15, 2023
2 parents 042ec26 + 68f9225 commit 18d9795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logerrors.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ logerrors_sigterm(SIGNAL_ARGS)
errno = save_errno;
}

void logerrors_main(Datum) pg_attribute_noreturn();
PGDLLEXPORT void logerrors_main(Datum) pg_attribute_noreturn();

static void
global_variables_init()
Expand Down

0 comments on commit 18d9795

Please sign in to comment.