Skip to content

Commit 47f6cbd

Browse files
committed
correcting type - use int instead bool
1 parent 74bd34b commit 47f6cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tracer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ print_all_variables(PLpgSQL_execstate *estate)
647647
{
648648
int dno;
649649
StringInfoData ds;
650-
bool indent = 1;
650+
int indent = 1;
651651

652652
initStringInfo(&ds);
653653

0 commit comments

Comments
 (0)