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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: pgwin32_is_junction's argument should be "const char *" not "cha
Дата
Msg-id E1c32fg-0005Ha-BB@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: doc: Don't reformat .fo files before processing by fop
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove duplicate macro definition.