Re: pgAggregate problem any function

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Cc: Hiroshi Saito <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>, pgadmin-hackers(at)postgresql(dot)org
Subject: Re: pgAggregate problem any function
Date: 2003-09-09 13:19:43
Message-ID: 3F5DD36F.2@pse-consulting.de
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Dave Page wrote:

>
>
>>-----Original Message-----
>>From: Andreas Pflug [mailto:pgadmin(at)pse-consulting(dot)de]
>>Sent: 09 September 2003 13:55
>>To: Dave Page
>>Cc: Hiroshi Saito; pgadmin-hackers(at)postgresql(dot)org
>>Subject: Re: [pgadmin-hackers] pgAggregate problem any function
>>
>>
>>Dave Page wrote:
>>
>>
>>
>>>I guess we should really check them all. Can we jsut lift
>>>
>>>
>>the relevant
>>
>>
>>>bits of
>>>http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/b
>>>
>>>
>ackend/par
>
>
>>s
>>er/keywords.c?rev=1.141&content-type=text/x-cvsweb-markup, or would you
>>prefer it was done a different way?
>>
>>I just added this to qtIdent using the original pgsql files, but I
>>wasn't too happy with it currently commented out).
>>
>>
>
>Hmm. Currently it breaks the build because parser/keywords.h is missing.
>keywords.c istelf has a bunch of additional includes that won't be there
>as well.
>
>
I added all to cvs, copying them from pgsql or creating dummy ones.
linux not done yet.

>We've had no complaints about keywords causing problems anywhere (in
>pga2 or pga3), and the aggregate problem is obviously a real one - I
>vote we go with Hiroshi's patch for now, and take a closer look for the
>next version. The number of places qtIdent is used, I think there is too
>much scope to accidently break things in the way you demonstrated above
>this close to release.
>
Agreed.

Regards,
Andreas

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Hiroshi Saito 2003-09-09 13:29:31 Re: pgAggregate problem any function
Previous Message Dave Page 2003-09-09 13:09:34 Re: pgAggregate problem any function