pgsql: Remove useless empty string initializations

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove useless empty string initializations
Date: 2017-09-08 16:37:41
Message-ID: E1dqMHl-0005p0-Id@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove useless empty string initializations

This coding style probably stems from the days of shell scripts.

Reviewed-by: Aleksandr Parfenov <a(dot)parfenov(at)postgrespro(dot)ru>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8e673801262c66af4a54837f63ff596407835c20

Modified Files
--------------
src/bin/initdb/initdb.c | 70 ++++++++++++++++++-----------------
src/bin/pg_basebackup/pg_basebackup.c | 6 +--
2 files changed, 39 insertions(+), 37 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fabien COELHO 2017-09-08 17:34:04 Re: pgsql: Fix assorted portability issues in new pgbench TAP tests.
Previous Message Fabien COELHO 2017-09-08 15:53:03 Re: pgsql: Fix assorted portability issues in new pgbench TAP tests.