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

Changes for gcc-11 compilation#233

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
kovdb75 merged 1 commit intomasterfromPGPRO-5755
Oct 27, 2021
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletionssrc/pathman_workers.c
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -57,8 +57,8 @@ extern PGDLLEXPORT void bgw_main_concurrent_part(Datum main_arg);

static void handle_sigterm(SIGNAL_ARGS);
static void bg_worker_load_config(const char *bgw_name);
static bool start_bgworker(const char bgworker_name[BGW_MAXLEN],
const char bgworker_proc[BGW_MAXLEN],
static bool start_bgworker(const char*bgworker_name,
const char*bgworker_proc,
Datum bgw_arg, bool wait_for_shutdown);


Expand DownExpand Up@@ -166,8 +166,8 @@ bg_worker_load_config(const char *bgw_name)
* Common function to start background worker.
*/
static bool
start_bgworker(const char bgworker_name[BGW_MAXLEN],
const char bgworker_proc[BGW_MAXLEN],
start_bgworker(const char*bgworker_name,
const char*bgworker_proc,
Datum bgw_arg, bool wait_for_shutdown)
{
#define HandleError(condition, new_state) \
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp