pgsql: pgwin32_is_junction's argument should be "const char *" not "cha - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: pgwin32_is_junction's argument should be "const char *" not "cha
Date
Msg-id E1c32fg-0005Ha-BB@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Don't reformat .fo files before processing by fop
Next
From: Tom Lane
Date:
Subject: pgsql: Remove duplicate macro definition.