Re: SUN Studio 11 vs pgAdmin - code cleanup]

From: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: SUN Studio 11 vs pgAdmin - code cleanup]
Date: 2006-08-22 07:39:04
Message-ID: 44EAB498.9020700@sun.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Dave Page napsal(a):
>
>
>> -----Original Message-----
>> From: Zdenek(dot)Kotala(at)Sun(dot)COM [mailto:Zdenek(dot)Kotala(at)Sun(dot)COM]
>> Sent: 18 August 2006 15:53
>> To: Dave Page
>> Cc: pgadmin-hackers(at)postgresql(dot)org
>> Subject: Re: [pgadmin-hackers] SUN Studio 11 vs pgAdmin -
>> code cleanup]
>>
>> Zdenek Kotala napsal(a):
>>> Dave Page wrote:
>>>
>>>> Thanks - patch applied to the stable branch. Would you
>> mind taking some
>>>> time to port the patch to SVN TRUNK please? It's most
>> likely that that
>>>> will go beta within a few weeks and unfortunately I'm
>> *really* pushed
>>>> for time right now :-(
>>>>
>>> Ok. No problem. I will do it.
>> There is clean up for the trunk.
>
> Thanks - patch applied, except for the updates to tabcomplete.inc which
> is extracted from the PostgreSQL source code periodically (see
> src/utils/tabcomplete.pl in pgAdmin - particularly the comment towards
> the top).

OK, but tabcomplete.inc has DOS end lines. It is problematic. When C/C++
code contents strings concatenate on two lines, CC generates error in
this case. There are three possible solutions:

1) use dos2unix (or something similar) during file transfer/generation
2) use dos2unix like part of Make process
3) fix/adjust CC/cc

I prefer option 1.

Zdenek

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2006-08-22 09:32:13 Re: Cannot compile anymore
Previous Message Giuseppe Sacco 2006-08-22 06:06:38 Cannot compile anymore