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

Commit77cbc91

Browse files
committed
Fix bug in n_active_gc update
1 parentdbfb4eb commit77cbc91

File tree

1 file changed

+2
-0
lines changed
  • src/backend/storage/file

1 file changed

+2
-0
lines changed

‎src/backend/storage/file/cfs.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,8 @@ static bool cfs_gc_file(char* map_path)
487487
if (cfs_stop|| (rc&WL_POSTMASTER_DEATH)) {
488488
exit(1);
489489
}
490+
491+
pg_atomic_fetch_add_u32(&cfs_state->n_active_gc,1);
490492
}
491493
if (md<0) {
492494
elog(LOG,"Failed to open map file %s: %m",map_path);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp