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

Commit7afd4ac

Browse files
authored
Merge pull request#233 from postgrespro/PGPRO-5755
Changes for gcc-11 compilation
2 parents4ae1f1b +4870f5c commit7afd4ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/pathman_workers.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ extern PGDLLEXPORT void bgw_main_concurrent_part(Datum main_arg);
5757

5858
staticvoidhandle_sigterm(SIGNAL_ARGS);
5959
staticvoidbg_worker_load_config(constchar*bgw_name);
60-
staticboolstart_bgworker(constcharbgworker_name[BGW_MAXLEN],
61-
constcharbgworker_proc[BGW_MAXLEN],
60+
staticboolstart_bgworker(constchar*bgworker_name,
61+
constchar*bgworker_proc,
6262
Datumbgw_arg,boolwait_for_shutdown);
6363

6464

@@ -166,8 +166,8 @@ bg_worker_load_config(const char *bgw_name)
166166
* Common function to start background worker.
167167
*/
168168
staticbool
169-
start_bgworker(constcharbgworker_name[BGW_MAXLEN],
170-
constcharbgworker_proc[BGW_MAXLEN],
169+
start_bgworker(constchar*bgworker_name,
170+
constchar*bgworker_proc,
171171
Datumbgw_arg,boolwait_for_shutdown)
172172
{
173173
#defineHandleError(condition,new_state) \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp