mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
initdb: Add blank line before output about checksums
This maintains the logical grouping of the output better.
This commit is contained in:
parent
bab54e383d
commit
8df54b9fad
@ -3629,6 +3629,8 @@ main(int argc, char *argv[])
|
||||
|
||||
setup_text_search();
|
||||
|
||||
printf("\n");
|
||||
|
||||
if (data_checksums)
|
||||
printf(_("Data page checksums are enabled.\n"));
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user