]> granicus.if.org Git - postgresql/commitdiff
initdb: Add blank line before output about checksums
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 19 Jun 2013 01:56:13 +0000 (21:56 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 20 Jun 2013 00:37:18 +0000 (20:37 -0400)
This maintains the logical grouping of the output better.

src/bin/initdb/initdb.c

index 9ff96c63b3f49b779c42029736a12292decf5ec8..5fc7291ff69be0844f2c78978d427cdf94c69c0e 100644 (file)
@@ -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