Return-Path: owner-postman 
Delivery-Date: Thu, 21 Apr 94 15:09:34 -0700
Return-Path: owner-postman
Received: from localhost (localhost [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id LAA14184 for postgres-redist; Thu, 21 Apr 1994 11:10:03 -0700
Resent-From: POSTGRES mailing list <postman@postgres.Berkeley.EDU>
Resent-Message-Id: <199404211810.LAA14184@nobozo.CS.Berkeley.EDU>
X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost didn't use HELO protocol
Sender: owner-postman@postgres.Berkeley.EDU
X-Return-Path: owner-postman
Received: from eden.CS.Berkeley.EDU (eden.CS.Berkeley.EDU [128.32.149.4]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with ESMTP id LAA14175 for <postgres@postgres.Berkeley.EDU>; Thu, 21 Apr 1994 11:10:02 -0700
Received: from localhost (andrew@localhost) by eden.CS.Berkeley.EDU (8.6.4/8.1B) id LAA06059; Thu, 21 Apr 1994 11:09:35 -0700
Date: Thu, 21 Apr 1994 11:09:35 -0700
From: "Andrew K. Yu" <andrew@postgres.Berkeley.EDU>
Message-Id: <199404211809.LAA06059@eden.CS.Berkeley.EDU>
To: ejonge@tpd.tno.nl, postgres@postgres.Berkeley.EDU
Subject: Re:  new Postgres exe
Resent-To: postgres-redist@postgres.Berkeley.EDU
Resent-Date: Thu, 21 Apr 94 11:10:03 -0700
Resent-XMts: smtp

	
> Is it possible to integrade dynamic load functions into Postgres itself.
> (make a new executable)
>	
> If so, How? (dynamic loading on a DEC is very slow)
	
I assume you're using postgres 4.1 on DECstation/Ultrix. Another reason why
you might want to upgrade it to the latest release! In 4.2, I've reworked a
dynamic loader on Ultrix which substantially reduces the time to load an
object file (on the order of couple seconds instead of minutes!). Go grab the
new one!

-andrew


