pgsql: Fix ancient compiler warnings and typos in !HAVE_SYMLINK code

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix ancient compiler warnings and typos in !HAVE_SYMLINK code
Date: 2018-12-22 06:41:35
Message-ID: E1gaayd-0004PW-JJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix ancient compiler warnings and typos in !HAVE_SYMLINK code

This has never been correct since this code was introduced.

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-12-22 06:54:22 pgsql: Add some const decorations
Previous Message Alexander Korotkov 2018-12-22 00:21:17 Re: pgsql: Check for conflicting queries during replay of gistvacuumpage()