agora inbox for postgres@postgres.berkeley.edu
help / color / mirror / Atom feedFrom: Paul M. Aoki <aoki@postgres.Berkeley.EDU>
To: Tatsuo Ishii <t-ishii@sramhe.sra.co.jp>
Cc: postgres@postgres.Berkeley.EDU
Subject: Re: regression test failed
Date: Thu, 07 Apr 94 20:06:24 -0700
Message-ID: <199404080306.UAA11109@faerie.CS.Berkeley.EDU> (raw)
In-Reply-To: <9404080250.AA24009@sramhe.sra.co.jp>
Tatsuo Ishii <t-ishii@sramhe.sra.co.jp> writes:
> However, following query completed successfully. This means that
> dynamic loading of regress.o is ok, I guess.
> Query sent to backend is " load "/sd2g/prj/postgres/src/regress/regress/obj/.
./obj/regress.o" "
well, the "load" and the on-demand (from inside a query) dynamic
loading code call exactly the same routines to do the dirty work.
"ld -A" incremental linking uses an amount of /tmp space at least
as large as your postgres binary. that's one reason why it was
jettisoned in favor of the dlopen(3) interface (which we were
finally able to do after andrew yu wrote a very slick and very
fast dynamic loading package for ultrix..).
--
Paul M. Aoki | CS Div., Dept. of EECS, UCB | aoki@postgres.Berkeley.EDU
| Berkeley, CA 94720 | ...!uunet!ucbvax!aoki
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: postgres@postgres.berkeley.edu
Cc: aoki@postgres.Berkeley.EDU, t-ishii@sramhe.sra.co.jp
Subject: Re: regression test failed
In-Reply-To: <199404080306.UAA11109@faerie.CS.Berkeley.EDU>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox