From: | Gordon Runkle <gar(at)integrated-dynamics(dot)com> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | [7.3-devl] conversion test failing |
Date: | 2002-08-31 02:15:01 |
Message-ID: | 1030760102.1987.157.camel@aragorn |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
on RH 7.2, 7.3, and Null Beta.
Here's the important part of the diff of expected (<) and results (>):
6a7
> ERROR: Function iso8859_1_to_utf8 does not exist
11c12
< ERROR: conversion name "myconv" already exists
---
> ERROR: Function iso8859_1_to_utf8 does not exist
15a17
> ERROR: Function iso8859_1_to_utf8 does not exist
20c22
< ERROR: default conversion for LATIN1 to UNICODE already exists
---
> ERROR: Function iso8859_1_to_utf8 does not exist
I don't understand how this part works; but it almost looks like
src/backend/utils/mb/conversion_procs/conversion_create.sql isn't being
run?
Gordon.
--
"Far and away the best prize that life has to offer
is the chance to work hard at work worth doing."
-- Theodore Roosevelt
From | Date | Subject | |
---|---|---|---|
Next Message | Joe Conway | 2002-08-31 02:24:09 | Re: [7.3-devl] Timezones on RH 7.3 and Null |
Previous Message | Gordon Runkle | 2002-08-31 02:10:24 | Re: [7.3-devl] Timezones on RH 7.3 and Null |