Re: Error Compilando Código Fuente modificado

From: "Jaime Casanova" <systemguards(at)gmail(dot)com>
To: rug_vzla(at)hotmail(dot)com
Cc: "Postgre SQL" <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: Error Compilando Código Fuente modificado
Date: 2006-08-31 18:58:32
Message-ID: c2d9e70e0608311158r3cec6296w64d04371e1a53a10@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

On 8/31/06, Rafael Urbina <rug_vzla(at)yahoo(dot)com> wrote:
>
> Buenas tardes, lista
> Tengo un problema, espero me puedan ayudar.
>
> Realice modificaciones al código del postgresql en mi computador, compile y
> ejecute los pasos y me funciona perfecto, pero al comprimirla y migrarlas a
> una nueva computadora con las mismas caracteristicas, me da un error durante
> la instalacion.

dificil saber sin ver que cambios hicistes, quiza puedas mostrar los cambios
(diff -c)?

> creating information schema ... FATAL: syntax error at or near ";" at
> character 41820
> child process exited with exit code 1

aparentemente (estoy adivinando asi que no me creas mucho) tiene que
ver con algo que afecto a la ejecucion del script
src/backend/catalog/information_schema.sql

este archivo se ejecuta durante el initdb y el hecho de que sea algo
ahi explicaria porque no se detecto al compilar...

--
Atentamente,
Jaime Casanova

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning."
Richard Cook

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Rafael Urbina 2006-08-31 19:39:39 Error Compilando Código Fuente modificado
Previous Message Alvaro Herrera 2006-08-31 18:54:49 Re: Error Compilando Código Fuente modificado