On Wed, Jul 02, 2003 at 01:23:52PM -0400, Tom Lane wrote:
> Greg Stark <[EMAIL PROTECTED]> writes:
> > Is recode a feature that's normally enabled?
>
> > ./configure '--enable-recode' '--enable-integer-datetimes' '--enable-debug'
> > '--with-perl' '--with-pam' '--with-openssl' '--with-gnu-ld'
> > '--with-maxbackends=64' '--with-pgport=5432' 'CFLAGS=-O0 -g -pg -DLINUX_PROFILE'
> > ...
> > gcc -O0 -g -pg -DLINUX_PROFILE -g -Wall -Wmissing-prototypes
> > -Wmissing-declarations -I../../../../src/include -c -o miscinit.o miscinit.c
> > miscinit.c: In function `SetCharSet':
> > miscinit.c:205: structure has no member named `in'
> > make[4]: *** [miscinit.o] Error 1
>
> It appears that the --enable-recode code has been broken by the recent
> IPv6 code changes.
>
> If someone who uses it wants to fix it, step right up. If there are
> no volunteers, I will execute this TODO item:
> * Remove Cyrillic recode support
I was looking at it, shouldn't be too hard to fix, I just have no
idea how to check that it works.
I'll probably rewrite that code to use rangeSockAddr /
SockAddr_cidr_mask instead of having it's own cidr code.
Kurt
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])