ECPG bug: "unterminated quoted identifier" - Mailing list pgsql-bugs

From 1250kv
Subject ECPG bug: "unterminated quoted identifier"
Date
Msg-id CA+4qtLct1L=gUordX4c_AdctJ+vZBsebYYLBk18LX8dLHthktg@mail.gmail.com
Whole thread Raw
Responses Re: ECPG bug: "unterminated quoted identifier"  ("David G. Johnston" <david.g.johnston@gmail.com>)
Re: ECPG bug: "unterminated quoted identifier"  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Hello
I have code:

void main()
{
  char *foo = "aaa\"bbb";
  EXEC SQL char *bar = "aaa\"bbb";
}

ecpg --version
ecpg (PostgreSQL) 13.0 (Ubuntu 13.0-1.pgdg20.04+1)

ecpg sample.pgc -o 1.c
sample .pgc:10: ERROR: unterminated quoted identifier

pgsql-bugs by date:

Previous
From: David Christensen
Date:
Subject: Re: BUG #16676: SELECT ... FETCH FIRST ROW WITH TIES FOR UPDATE SKIP LOCKED locks rows it doesn't return
Next
From: 1250kv
Date:
Subject: ECPG bug: PRAPARE FOR