BUG #16941: ECPG add support for const void*

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #16941: ECPG add support for const void*
Дата
Msg-id 16941-237cf5e9b31fcee5@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #16941: ECPG add support for const void*  (Matthias Apitz <guru@unixarea.de>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      16941
Logged by:          Bryan Staley
Email address:      bryan.w.staley@gmail.com
PostgreSQL version: 13.1
Operating system:   RHEL 7
Description:

The following doesn't compile via ecpg

```
EXEC SQL BEGIN DECLARE SECTION;
  static const char[2] TEST = "F";
EXEC SQL END DECLARE SECTION;
```

Fails with
error: invalid conversion from 'const void*' to 'void*'


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #16939: Plural interval for negative singular
Следующее
От: Jehan-Guillaume de Rorthais
Дата:
Сообщение: Re: Buffers from parallel workers not accumulated to upper nodes with gather merge