[HACKERS] CREATE/DROP table in transactional block. - Mailing list pgsql-hackers

From Robson Paniago de Miranda
Subject [HACKERS] CREATE/DROP table in transactional block.
Date
Msg-id 7112c19c9da37b8aea05db85d3deac91
Whole thread Raw
List pgsql-hackers
I had a problem creating a table and dropping it in the same
transactional block. After doing that, I had some serious corruptions in
database (i.e. a table was empty before, and, after this transaction,
the backend dumps core when I try a SELECT * from table, and a SELECT
COUNT (*) from table returns a false value (the last I saw was 18...).
    This is a bug or I really can't create and drop a table in the same
transaction?

    Robson.

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

pgsql-hackers by date:

Previous
From: "Vadim B. Mikheev"
Date:
Subject: fixed: Re: [HACKERS] Bug in CREATE TABLE
Next
From: Michael Reifenberger
Date:
Subject: Re: [HACKERS] FATAL 1:btree: items are out of order