Mail Archives: cygwin/2001/06/13/12:27:24
--NVmTqpV+R28YXVBJ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Michel,
On Wed, Jun 13, 2001 at 03:04:13PM +0200, BELLON Michel wrote:
> I have a problem with the compilation of array contrib in postgresql
> some reference like pg_detoast_datum are unknown !
You need to apply the attached patch to correct the above problem:
$ # save the attachment to /tmp/array.patch
$ cd postgresql-7.1.2/contrib/array
$ patch </tmp/array.patch
I will submit this patch to PostgreSQL CVS for consideration.
Jason
--
Jason Tishler
Director, Software Engineering Phone: 732.264.8770 x235
Dot Hill Systems Corp. Fax: 732.264.8798
82 Bethany Road, Suite 7 Email: Jason DOT Tishler AT dothill DOT com
Hazlet, NJ 07730 USA WWW: http://www.dothill.com
--NVmTqpV+R28YXVBJ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="array.patch"
--- Makefile.orig Wed Jun 13 11:36:40 2001
+++ Makefile Wed Jun 13 11:37:49 2001
@@ -11,6 +11,7 @@ SONAME := $(NAME)$(DLSUFFIX)
override CPPFLAGS := -I$(srcdir) $(CPPFLAGS)
override CFLAGS += $(CFLAGS_SL)
+override DLLLIBS := $(BE_DLLLIBS) $(DLLLIBS)
all: $(SONAME) $(NAME).sql
--NVmTqpV+R28YXVBJ
Content-Type: text/plain; charset=us-ascii
--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple
--NVmTqpV+R28YXVBJ--
- Raw text -