We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e7ea20 commit 5fb5234Copy full SHA for 5fb5234
src/checkdb.c
@@ -479,7 +479,7 @@ amcheck_one_index(check_indexes_arg *arguments,
479
params[0] = palloc(64);
480
481
/* first argument is index oid */
482
- sprintf(params[0], "%i", ind->indexrelid);
+ sprintf(params[0], "%u", ind->indexrelid);
483
/* second argument is heapallindexed */
484
params[1] = heapallindexed ? "true" : "false";
485
0 commit comments