The patch solves this problem, I hope...

Bruce Momjian <bruce@momjian.us>

Commit: be2de3b9c83a3e5c1dcd497128487ce35f8d2f4d
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-08-10T20:45:48Z
Releases: 7.3.1
The patch solves this problem, I hope...


Christopher Kings-Lynne wrote:
> I'm still getting ltree failures on 64bit freebsd:
>
> sed 's,MODULE_PATHNAME,$libdir/ltree,g' ltree.sql.in >ltree.sql
> gcc -pipe -O -g -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPI
> C -DLOWER_NODE -I. -I../../src/include   -c -o ltree_io.o ltree_io.c -MMD
> ltree_io.c: In function `ltree_in':
> ltree_io.c:57: warning: int format, different type arg (arg 3)
> ltree_io.c:63: warning: int format, different type arg (arg 4)
> ltree_io.c:68: warning: int format, different type arg (arg 3)

Teodor Sigaev

Files

PathChange+/−
contrib/ltree/crc32.c modified +1 −1
contrib/ltree/ltree.h modified +1 −1
contrib/ltree/ltree_io.c modified +10 −10
contrib/ltree/ltxtquery_io.c modified +1 −1