pgsql: Remove extra Success message at the end of initdb

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove extra Success message at the end of initdb
Date: 2021-02-10 17:24:35
Message-ID: E1l9tEB-0001zd-Gp@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove extra Success message at the end of initdb

This was accidentally included in e09155bd62 and is redundant with the
lines right above it.

Reported-By: Peter Eisentraut
Discussion: https://postgr.es/m/455845d1-441d-cc40-d2a7-b47f4e422489@2ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e7f42914854926c2afbb89b9cd0e381fd90766be

Modified Files
--------------
src/bin/initdb/initdb.c | 2 --
1 file changed, 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2021-02-11 08:56:31 pgsql: Add test case for abbrev(cidr)
Previous Message Peter Eisentraut 2021-02-10 12:23:28 pgsql: pg_dump: Add const decorations