mirror of
https://github.com/postgres/postgres.git
synced 2026-02-23 18:04:41 -05:00
initdb: Add blank line before output about checksums
This maintains the logical grouping of the output better.
This commit is contained in:
parent
854ebd0f5f
commit
75555da10b
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue