From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Teodor Sigaev <teodor(at)sigaev(dot)ru> |
Cc: | Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: core dump on 8.1 and no dump on REL8_1_STABLE |
Date: | 2005-11-23 17:36:10 |
Message-ID: | 23560.1132767370@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Teodor Sigaev <teodor(at)sigaev(dot)ru> writes:
> Attached dump cause core on 8.1 release and works fine on REL8_1_STABLE and HEAD.
> Am I missed some fixes/commits?
In HEAD I get
\i tsearch2.sql
...
\i ltree.sql
...
\i tsearch2_crash.dump
CREATE TABLE
ALTER TABLE
psql:tsearch2_crash.dump:86: ERROR: syntax error at position 0 near ""
CONTEXT: COPY , line 1, column name_ltree: "............."
psql:tsearch2_crash.dump:96: NOTICE: ALTER TABLE / ADD PRIMARY KEY will create
implicit index "_pkey" for table ""
ALTER TABLE
CREATE INDEX
REVOKE
REVOKE
GRANT
GRANT
UPDATE 0
The "syntax error" doesn't seem very promising --- maybe this dump needs
a particular locale/encoding setting to work (or fail as the case may
be)?
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Lyubomir Petrov | 2005-11-23 18:52:15 | Re: MERGE vs REPLACE |
Previous Message | Fredrik Olsson | 2005-11-23 17:12:04 | Re: MS SQL Server compatibility functions |