Thread: just a question ..

just a question ..

From
"Diego A. Gil"
Date:
Hi,

anybody knows what is that variable for :

in src/schema/pgObject.cpp: bool dontQuote=false;

During compilation complains about this unused variable.

Diego.



Re: just a question ..

From
Andreas Pflug
Date:
Diego A. Gil wrote:
> Hi,
>
> anybody knows what is that variable for :
>
> in src/schema/pgObject.cpp: bool dontQuote=false;

If you don't object I'll remove that line...

Regards,
Andreas

Re: just a question ..

From
"Dave Page"
Date:

> -----Original Message-----
> From: pgadmin-hackers-owner@postgresql.org
> [mailto:pgadmin-hackers-owner@postgresql.org] On Behalf Of
> Andreas Pflug
> Sent: 21 September 2004 21:48
> To: Diego A. Gil
> Cc: PgAdmin Hackers
> Subject: Re: [pgadmin-hackers] just a question ..
>
> Diego A. Gil wrote:
> > Hi,
> >
> > anybody knows what is that variable for :
> >
> > in src/schema/pgObject.cpp: bool dontQuote=false;
>
> If you don't object I'll remove that line...

Nope, been meaning to do that myself.

/D