mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
initdb: Add blank line before output about checksums
This maintains the logical grouping of the output better.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user