Re: [HACKERS] Re: [BUGS] First experiences with Postgresql 7.0
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Momjian <pgman@candle.pha.pa.us>
Cc: Lamar Owen <lamar.owen@wgcr.org>, Peter Eisentraut <peter_e@gmx.net>, pgsql-hackers@postgresql.org
Date: 2000-02-24T17:03:00Z
Lists: pgsql-bugs, pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes: >> PGLIB in regress.sh -- otherwise, createlang doesn't know where to find >> the pl .so. As my 7.0 installation is at home, I can't check the 7.0 >> regress.sh from here -- however, the 6.5.x regress.sh did it's own PGLIB >> definition. > For some reason, I didn't need it until recently. I have PGDATA and PGLIB defined in .profile for my postgres account, so I wouldn't have noticed whether the regress tests need it or not :-( Possibly the same is true for most of the other developers. IIRC, "make all" to set up the regress tests also needs PGLIB to be set. regards, tom lane