pgsql: Fix compiler warning

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix compiler warning
Date: 2017-09-20 13:03:43
Message-ID: E1duefH-0004KS-6O@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix compiler warning

from gcc-7 -Wformat-truncation (via -Wall)

Branch
------
master

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

Modified Files
--------------
src/bin/initdb/initdb.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2017-09-20 13:36:31 pgsql: docs: re-add instructions on setting wal_level for rsync use
Previous Message Peter Eisentraut 2017-09-20 12:59:15 pgsql: Sync process names between ps and pg_stat_activity