pgsql: pgwin32_is_junction's argument should be "const char *" not "cha

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pgwin32_is_junction's argument should be "const char *" not "cha
Date: 2016-11-05 15:14:16
Message-ID: E1c32fg-0005Ha-BB@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pgwin32_is_junction's argument should be "const char *" not "char *".

We're passing const strings to it in places, and that's not an
unreasonable thing to do. Per buildfarm (noted on frogmouth
in particular).

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/06f5fd2f4f3d0991af07456e7cf6632b4ad9d7e7

Modified Files
--------------
src/include/port.h | 2 +-
src/port/dirmod.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-11-05 15:51:53 pgsql: Remove duplicate macro definition.
Previous Message Alvaro Herrera 2016-11-05 13:19:40 Re: [COMMITTERS] pgsql: pg_xlogdump: Add NLS