Re: [HACKERS] run_check problem

Поиск
Список
Период
Сортировка
От wieck@debis.com (Jan Wieck)
Тема Re: [HACKERS] run_check problem
Дата
Msg-id m11qo05-0003kGC@orion.SAPserv.Hamburg.dsh.de
обсуждение исходный текст
Ответ на run_check problem  (Keith Parks <emkxp01@mtcc.demon.co.uk>)
Список pgsql-hackers
>
> Hi all,
>
> I'm getting an error in run_check.sh on Solaris.
>
>
> MULTIBYTE=;export MULTIBYTE; \
> /bin/sh ./run_check.sh solaris_sparc
> awk: syntax error near line 1
> .
> .
>
> 1) The awk script is broken over 2 lines.
> 2) Solaris's awk does not seem to understand REs in split(). (nawk's OK)

    Argh  -  now  I remember why we tried to avoid awk as much as
    possible.  Why do the sun guy's ship such a crippled  version
    for  a  good  old UNIX V7 tool? I rememver that MINIX already
    had a better one! DAMNED BLOODY MOTHERF...

    And I discovered  another  problem  with  it  too.  The  path
    replacements  in  various  scripts  (especially those loading
    shared objects at runtime) need to use the ones from the temp
    installation. But that's surely hackable.


Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#========================================= wieck@debis.com (Jan Wieck) #

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Cache on pg_statistics
Следующее
От: wieck@debis.com (Jan Wieck)
Дата:
Сообщение: Re: [HACKERS] lztext.c