PostgreSQL BugTool Submission

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: PostgreSQL BugTool Submission
Date: 2000-08-23 08:15:03
Message-ID: 200008230815.e7N8F3a05598@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Mickael FEYS (mickaelfeys(at)yahoo(dot)com) reports a bug with a severity of 2
The lower the number the more severe it is.

Short Description
Unexpected behaviour of the ecpg -D option.

Long Description
Configuration :
system : sun sparc ultra 5
os : solaris 2.7
postgres : 7.0.2
compilator : cc compilator from the workshop.

Problem:
I used the ecpg tool in order to build a c program. I would like to use a conditional compilation in order to have the same code to acces different system database but the ecpg tool just copy the #ifdef statements to the c program.
Example:
#ifdef ORACLE
exec sql fetch ... /* fetch instruction for an oracle database */
#endif
The preprocessor just copy those lines to the c program whereas it should ignore them and as the fetch statement which was deserved for oracle is unrecognised by postgres, the preprocessor is unable to parse the file.

I try with the -D option, thinking it works like the -D option in C but it doesn't.

Thanks in advance.
Mickael FEYS

Sample Code

No file was uploaded with this report

Browse pgsql-bugs by date

  From Date Subject
Next Message n bhanu murthy 2000-08-23 10:31:35 bug message
Previous Message pgsql-bugs 2000-08-22 23:58:50 PostgreSQL BugTool Submission