Skip to content

Commit

Permalink
Update logerrors.c
Browse files Browse the repository at this point in the history
  • Loading branch information
reshke authored Aug 15, 2023
1 parent 6cac030 commit 68f9225
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions logerrors.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,7 @@ logerrors_sigterm(SIGNAL_ARGS)
errno = save_errno;
}

void
__attribute__ ((visibility ("default")))
logerrors_main(Datum) pg_attribute_noreturn();
PGDLLEXPORT void logerrors_main(Datum) pg_attribute_noreturn();

static void
global_variables_init()
Expand Down Expand Up @@ -271,7 +269,6 @@ logerrors_update_info()
}

void
__attribute__ ((visibility ("default")))
logerrors_main(Datum main_arg)
{
/* Register functions for SIGTERM management */
Expand Down

0 comments on commit 68f9225

Please sign in to comment.