Return-Path: owner-postman
Received: from localhost.Berkeley.EDU (localhost.Berkeley.EDU [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.9/8.6.3) with SMTP id OAA06674 for postgres-redist; Tue, 30 Aug 1994 14:04:26 -0700
Resent-From: POSTGRES mailing list <postman@postgres.Berkeley.EDU>
Resent-Message-Id: <199408302104.OAA06674@nobozo.CS.Berkeley.EDU>
Sender: owner-postman@postgres.Berkeley.EDU
X-Return-Path: owner-postman
Received: from faerie.CS.Berkeley.EDU (faerie.CS.Berkeley.EDU [128.32.37.53]) by nobozo.CS.Berkeley.EDU (8.6.9/8.6.3) with ESMTP id OAA06664 for <postgres@postgres.Berkeley.EDU>; Tue, 30 Aug 1994 14:04:25 -0700
Received: from localhost.Berkeley.EDU (localhost.Berkeley.EDU [127.0.0.1]) by faerie.CS.Berkeley.EDU (8.6.9/8.1B) with SMTP id OAA01234; Tue, 30 Aug 1994 14:04:16 -0700
Message-Id: <199408302104.OAA01234@faerie.CS.Berkeley.EDU>
X-Authentication-Warning: faerie.CS.Berkeley.EDU: Host localhost.Berkeley.EDU didn't use HELO protocol
From: aoki@cs.berkeley.edu (Paul M. Aoki)
To: Eric P Dean <ericdean@iastate.edu>
Cc: postgres@postgres.Berkeley.EDU
Subject: Re: Installing pgperl 
Reply-To: aoki@cs.berkeley.edu (Paul M. Aoki)
In-reply-to: Your message of Tue, 30 Aug 1994 15:34:42 CDT 
	     <9408302034.AA15849@pv081c.vincent.iastate.edu> 
Date: Tue, 30 Aug 94 14:04:10 -0700
X-Sender: aoki@postgres.Berkeley.EDU
Resent-To: postgres-redist@postgres.Berkeley.EDU
X-Mts: smtp
Resent-Date: Tue, 30 Aug 94 14:04:26 -0700
Resent-XMts: smtp

Eric P Dean <ericdean@iastate.edu> writes:
> I have POSTGRES v4.2 and PERL 4.036 running on a DEC 5000/133 in an MIT
> Athena-like environment.  I tried bmake on pgperl and received the
> following error messages.
> cfe: Error: pg-libpq.c, line 589: missing size for array 'portalnames'
>             char portalnames[MAXPORTALS][32];
>         ---------^

that's odd.  this shouldn't happen anymore, the pgperl that comes
with 4.2 (in src/contrib/pgperl) no longer uses MAXPORTALS.

faerie:aoki (366)> pwd
/usr/local/devel/postgres-v4r2/src/contrib/pgperl
faerie:aoki (367)> egrep MAXPORT pg-libpq.mus
faerie:aoki (368)> egrep ,v pg-libpq.mus 
 * /usr/local/devel/postgres-v4r2/src/contrib/pgperl/RCS/pg-libpq.mus,v 1.7 1994/06/16 11:37:21 aoki Exp
faerie:aoki (369)> 

the same checkin also obviated the need to dink your perl.h on ultrix
(i defined some perl-internal defines..)

however, one or more versions of the prerelease code were broken.  i
am guessing you have the alpha or beta code..?
--
  Paul M. Aoki          |  University of California at Berkeley
  aoki@CS.Berkeley.EDU  |  Dept. of EECS, Computer Science Division (#1776) 
                        |  Berkeley, CA 94720-1776

==============================================================================
   To add/remove yourself to/from the POSTGRES mailing list: send mail with 
   the subject line ADD or DEL to "postgres-request@postgres.Berkeley.EDU"

   If this fails, send mail to "post_questions@postgres.Berkeley.EDU" and
   a human will deal with it.  DO NOT post to the "postgres" mailing list.
==============================================================================
