Commit 8df54b9f authored by Peter Eisentraut's avatar Peter Eisentraut

initdb: Add blank line before output about checksums

This maintains the logical grouping of the output better.
parent bab54e38
...@@ -3629,6 +3629,8 @@ main(int argc, char *argv[]) ...@@ -3629,6 +3629,8 @@ main(int argc, char *argv[])
setup_text_search(); setup_text_search();
printf("\n");
if (data_checksums) if (data_checksums)
printf(_("Data page checksums are enabled.\n")); printf(_("Data page checksums are enabled.\n"));
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment