BUG #2606: (libpq) incorrect function declaration in libpq-fe.h

Поиск
Список
Период
Сортировка
От Marc ROGLIANO
Тема BUG #2606: (libpq) incorrect function declaration in libpq-fe.h
Дата
Msg-id 200609020026.k820Qm4Y071231@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #2606: (libpq) incorrect function declaration  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      2606
Logged by:          Marc ROGLIANO
Email address:      marc@rogliano.net
PostgreSQL version: 8.1.4
Operating system:   Windows XP
Description:        (libpq) incorrect function declaration in libpq-fe.h
Details:

Hello,

In libpq-fe.h, the function lo_write is declared :

extern int lo_write(PGconn *conn, int fd, char *buf, size_t len);
=> 'const' missing before char *buf : buf should not be writable here

Best regards,
Marc

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #2599: AM/PM doesn't work in to_timestamp in
Следующее
От: "weisong44@gmail.com"
Дата:
Сообщение: Hanging queries on Windows 2003 SP1