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

Commit3d8652c

Browse files
committed
Remove unneeded vacuum_delay_point from heap_vac_scan_get_next_block
heap_vac_scan_get_next_block() does relatively little work, so thereis no need to call vacuum_delay_point(). A future commit will callheap_vac_scan_get_next_block() from a callback, and we would like toavoid calling vacuum_delay_point() in that callback.Author: Melanie PlagemanDiscussion:https://postgr.es/m/CAAKRu_Yf3gvXGcCnqqfoq0Q8LX8UM-e-qbm_B1LeZh60f8WhWA%40mail.gmail.com
1 parent4e76f98 commit3d8652c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎src/backend/access/heap/vacuumlazy.c‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,6 @@ find_next_unskippable_block(LVRelState *vacrel, bool *skipsallvis)
12331233
*skipsallvis= true;
12341234
}
12351235

1236-
vacuum_delay_point();
12371236
next_unskippable_block++;
12381237
}
12391238

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp