BUG #16941: ECPG add support for const void*

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: bryan(dot)w(dot)staley(at)gmail(dot)com
Subject: BUG #16941: ECPG add support for const void*
Date: 2021-03-23 16:07:01
Message-ID: 16941-237cf5e9b31fcee5@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 16941
Logged by: Bryan Staley
Email address: bryan(dot)w(dot)staley(at)gmail(dot)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*'

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Jehan-Guillaume de Rorthais 2021-03-23 19:40:54 Re: Buffers from parallel workers not accumulated to upper nodes with gather merge
Previous Message Bruce Momjian 2021-03-23 16:03:36 Re: BUG #16939: Plural interval for negative singular