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

Commitd64d68f

Browse files
committed
amcheck: Remove unused IndexCheckableCallback typedef.
Commitd70b176 introduced the IndexCheckableCallback typedef fora callback function, but it was never used. This commit removesthe unused typedef to clean up dead code.Author: Fujii Masao <masao.fujii@gmail.com>Reviewed-by: Andrey Borodin <x4mmm@yandex-team.ru>Discussion:https://postgr.es/m/e1ea4e14-3b21-4e01-a5f2-0686883265df@oss.nttdata.com
1 parent5a6c39b commitd64d68f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎contrib/amcheck/verify_common.h‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
#include"utils/relcache.h"
1717
#include"miscadmin.h"
1818

19-
/* Typedefs for callback functions for amcheck_lock_relation_and_check */
20-
typedefvoid (*IndexCheckableCallback) (Relationindex);
19+
/* Typedef for callback function for amcheck_lock_relation_and_check */
2120
typedefvoid (*IndexDoCheckCallback) (Relationrel,
2221
Relationheaprel,
2322
void*state,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp