]> granicus.if.org Git - postgresql/commit
Remove useless empty string initializations
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 31 Aug 2017 02:28:36 +0000 (22:28 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 8 Sep 2017 16:37:05 +0000 (12:37 -0400)
commit8e673801262c66af4a54837f63ff596407835c20
tree39df091b1a7aba0e48979bde028a0f769f0aac54
parent9361bc347c85b685280fad742c519234d6e42bee
Remove useless empty string initializations

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

Reviewed-by: Aleksandr Parfenov <a.parfenov@postgrespro.ru>
src/bin/initdb/initdb.c
src/bin/pg_basebackup/pg_basebackup.c