mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Remove trailing spaces in some output
Author: Alexander Law <exclusion@gmail.com>
This commit is contained in:
@ -587,7 +587,7 @@ ExecMergeTupleDump(MergeJoinState *mergestate)
|
||||
ExecMergeTupleDumpInner(mergestate);
|
||||
ExecMergeTupleDumpMarked(mergestate);
|
||||
|
||||
printf("******** \n");
|
||||
printf("********\n");
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user