Re: [GENERAL] Backend cache invalidation initialization failed... HUH? - Mailing list pgsql-ports

From The Hermit Hacker
Subject Re: [GENERAL] Backend cache invalidation initialization failed... HUH?
Date
Msg-id 863da8c9b75a6f91ef16f0b0e540ff6c
Whole thread Raw
List pgsql-ports
On Mon, 7 Dec 1998, Herouth Maoz wrote:

> OK, first, I apologise if my message was a bit on the sour side. But our
> Sysadmin smirks all over when he gets proof that "It can be done with
> Oracle and not with Postgres", and adequete support is a strong one for his
> side...
>
> Anyway, I have posted my original problem, that with the strange regression
> results, on November 17th, to the ADMIN mailing list.
>
>    http://www.PostgreSQL.ORG/mhonarc/pgsql-admin/1998-11/msg00066.html

    Just checked the above...the files that are being reported as
"missing" are those that are supposed to be created automagically when you
do a 'make all'...see the input/* and output/* directories for the
'template' files for them.

    If you do a 'make clean all', does it give any errors when trying
to create the files?

    The following is from the Makefile in the output directory, to
create the .out files you are missing:

%.out: %.source
        if [ -z "$$USER" ]; then USER=$$LOGNAME; fi; \
        if [ -z "$$USER" ]; then USER=`whoami`; fi; \
        if [ -z "$$USER" ]; then echo 'Cannot deduce $$USER.'; exit 1; fi;
\
        rm -f $@; \
        OBJ=`pwd`; \
        sed -e "s:_OBJWD_:$$OBJ/\.\.:g" \
            -e "s:_DLSUFFIX_:$(DLSUFFIX):g" \
            -e "s:_LIBDIR_:$(LIBDIR):g" \
            -e "s/_USER_/$$USER/g" < $< | \
        sed -e "s:output/\.\.:input/\.\.:g" > ../expected/$@

    This is what I'm suspecting failed at some point..

> Marc, the reason I didn't post it to PORTS to begin with is that I thought
> PORTS was dead. After all, it doesn't appear in the mailing lists menu in
> the PostgreSQL site...

    Hey Hal, can ya add this one in too..:)

Marc G. Fournier
Systems Administrator @ hub.org
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org

pgsql-ports by date:

Previous
From: Unprivileged user
Date:
Subject: Port Bug Report: 'LIKE' does not work
Next
From: Herouth Maoz
Date:
Subject: Re: [GENERAL] Backend cache invalidation initialization failed... HUH?