CURRENT CVS: MULTIBYTE: CANT CONNECT....

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: PostgreSQL Hackers List <pgsql-hackers(at)postgresql(dot)org>, PostgreSQL Bugs List <pgsql-bugs(at)postgresql(dot)org>
Cc: pgman(at)candle(dot)pha(dot)pa(dot)us, tgl(at)sss(dot)pgh(dot)pa(dot)us
Subject: CURRENT CVS: MULTIBYTE: CANT CONNECT....
Date: 2001-09-08 02:06:18
Message-ID: 20010907210618.A3196@lerami.lerctr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers pgsql-patches

I finally got all the way through a compile set:

CC=cc CXX=CC ./configure --prefix=/usr/local/pgsql --enable-syslog \
--with-CXX --with-perl --enable-multibyte --enable-cassert \
--with-includes=/usr/local/include --with-libs=/usr/local/lib \
--enable-debug \
--with-tcl --with-tclconfig=/usr/local/lib \
--with-tkconfig=/usr/local/lib --enable-locale
and when I try to connect to an existing DB, loaded from a pg_dump
from the previous 7.2devel sources, I get:
TRAP: Failed Assertion("!(ClientEncoding):", File: "mbutils.c", Line:
314)
!(ClientEncoding) (0) [No such file or directory]
DEBUG: server process (pid 3077) was terminated by signal 6
DEBUG: terminating any other active server processes
DEBUG: all server processes terminated; reinitializing shared memory
and semaphores
DEBUG: database system was interrupted at 2001-09-07 21:00:33 CDT
DEBUG: checkpoint record is at 0/2922408
DEBUG: redo record is at 0/2922408; undo record is at 0/0; shutdown
TRUE
DEBUG: next transaction id: 824; next oid: 371237
DEBUG: database system was not properly shut down; automatic recovery
in progress
DEBUG: ReadRecord: record with zero length at 0/2922448
DEBUG: redo is not required
DEBUG: database system is ready

THIS IS UNACCEPTABLE.

How do I get out of it?

LER

--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Larry Rosenman 2001-09-08 02:12:18 Re: CURRENT CVS: MULTIBYTE: CANT CONNECT....
Previous Message John Summerfield 2001-09-08 00:13:53 Re: Logging problems in PostgreSQL 7.2devel

Browse pgsql-hackers by date

  From Date Subject
Next Message Larry Rosenman 2001-09-08 02:12:18 Re: CURRENT CVS: MULTIBYTE: CANT CONNECT....
Previous Message Tatsuo Ishii 2001-09-08 00:51:23 Re: Beta Monday?

Browse pgsql-patches by date

  From Date Subject
Next Message Larry Rosenman 2001-09-08 02:12:18 Re: CURRENT CVS: MULTIBYTE: CANT CONNECT....
Previous Message Tom Lane 2001-09-07 23:07:32 Re: Makefiles for building with mingw32 on win32