Remove useless empty string initializations

Peter Eisentraut <peter_e@gmx.net>

Commit: 8e673801262c66af4a54837f63ff596407835c20
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2017-09-08T16:37:05Z
Releases: 11.0
Remove useless empty string initializations

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

Reviewed-by: Aleksandr Parfenov <a.parfenov@postgrespro.ru>

Files

PathChange+/−
src/bin/initdb/initdb.c modified +36 −34
src/bin/pg_basebackup/pg_basebackup.c modified +3 −3