pgsql: Fix ancient compiler warnings and typos in !HAVE_SYMLINK code - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix ancient compiler warnings and typos in !HAVE_SYMLINK code
Date
Msg-id E1gaayd-0004Pe-JO@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix ancient compiler warnings and typos in !HAVE_SYMLINK code

This has never been correct since this code was introduced.

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8717736670867b2e9c4e1ad841d5d0ea9e3c2965

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


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Remove function names from error messages
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Add some const decorations