Port Bug Report: unable to delete table due to "heap_delete" error

Поиск
Список
Период
Сортировка
От Unprivileged user
Тема Port Bug Report: unable to delete table due to "heap_delete" error
Дата
Msg-id 199905061445.KAA37571@hub.org
обсуждение исходный текст
Список pgsql-ports
============================================================================
                        POSTGRESQL BUG REPORT TEMPLATE
============================================================================


Your name               : Diab Jerius
Your email address      : djerius@cfa.harvard.edu

Category                : runtime: back-end
Severity                : serious

Summary: unable to delete table due to "heap_delete" error

System Configuration
--------------------
  Operating System   : Solaris 2.6

  PostgreSQL version : 6.4.2

  Compiler used      : Sun cc 4.2

Hardware:
---------
SunOS fondue 5.6 Generic_105181-12 sun4m sparc SUNW,SPARCstation-20


Versions of other tools:
------------------------
flex version 2.5.4


--------------------------------------------------------------------------

Problem Description:
--------------------
I've created a table with the following properties:

CREATE TABLE "tst_runidstartstop" (
        "runid" int4,
        "irigstarttime" datetime,
        "irigstoptime" datetime);

After some use, I attempted to drop it, and
received the following response:

spectral=> drop table tst_runidstartstop;
ERROR:  heap_delete: (am)invalid tid


--------------------------------------------------------------------------

Test Case:
----------


--------------------------------------------------------------------------

Solution:
---------


--------------------------------------------------------------------------


В списке pgsql-ports по дате отправления:

Предыдущее
От: silvia_brown@usa.net
Дата:
Сообщение: adv: Important Psychic Message For You...
Следующее
От: Unprivileged user
Дата:
Сообщение: Port Bug Report: Query processing seems broken