*** ./expected/temp.out Sat Jan 8 22:48:39 2000 --- ./results/temp.out Tue Mar 20 16:06:10 2001 *************** *** 23,32 **** (1 row) DROP TABLE temptest; SELECT * FROM temptest; col ----- ! 1 (1 row) DROP TABLE temptest; --- 23,34 ---- (1 row) DROP TABLE temptest; + NOTICE: FlushRelationBuffers(temptest, 0): block 0 is referenced (private 0, global 1) + ERROR: heap_drop_with_catalog: FlushRelationBuffers returned -2 SELECT * FROM temptest; col ----- ! 2 (1 row) DROP TABLE temptest; *************** *** 34,37 **** -- test temp table deletion \c regression SELECT * FROM temptest; ! ERROR: Relation 'temptest' does not exist --- 36,43 ---- -- test temp table deletion \c regression SELECT * FROM temptest; ! col ! ----- ! 1 ! (1 row) ! ======================================================================