Re: Re: [COMMITTERS] TOAST

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jan Wieck <JanWieck(at)Yahoo(dot)com>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: Re: [COMMITTERS] TOAST
Date: 2000-07-04 00:11:22
Message-ID: 1503.962669482@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

With current CVS tip, I get an Assert() failure during initdb.

#7 0x19268c in ExceptionalCondition (
conditionName=0x76578 "!(TransactionIdIsCurrentTransactionId(tuple->t_xmax))
", exceptionP=0x4000a650, detail=0x0, fileName=0x401933ed "", lineNumber=202)
at assert.c:73
#8 0x1a1b44 in HeapTupleSatisfiesNow (tuple=0x400b4680) at tqual.c:233
#9 0x89ad8 in heapgettup (relation=0x401804f0, tuple=0x40166a24, dir=1,
buffer=0x40166a58, snapshot=0x0, nkeys=1, key=0x40167ab0) at heapam.c:439
#10 0x8ac48 in heap_getnext (scandesc=0x0, backw=0) at heapam.c:1028
#11 0x18df5c in RelationBuildRuleLock (relation=0x4017dbe8) at relcache.c:801
#12 0x18e1cc in RelationBuildDesc (buildinfo={infotype = 1, i = {
info_id = 17280,
info_name = 0x4380 "\211\236g5?\215D\205\021\004\a\230^`\2209[
ET\"LG\005*<\225V\211\016\032\020X^\e35\216y\205\013<\036"}}
, oldrelation=0x4017dbe8) at relcache.c:993
#13 0x18eb20 in RelationClearRelation (relation=0x4017dbe8, rebuildIt=0 '\000')
at relcache.c:1485
#14 0x18eca0 in RelationFlushRelation (relationPtr=0x0, skipLocalRelations=2)
at relcache.c:1584
#15 0x18eebc in RelationIdInvalidateRelationCacheByRelationId (
relationId=17280) at relcache.c:1653
#16 0x18c574 in CacheIdInvalidate (cacheId=1663383, hashIndex=2,
pointer=0x40195ffc) at inval.c:544
#17 0x18c6f0 in InvalidationMessageCacheInvalidate (message=0x4018ef4c)
at inval.c:658
#18 0x18c0b8 in LocalInvalidInvalidate (invalid=0x4018ef4c "r",
function=0x4000da7a <DINFINITY+9970>, freemember=1 '\001') at inval.c:173
#19 0x18c8a4 in ImmediateLocalInvalidation (send=0 '\000') at inval.c:808
#20 0xa6eb8 in AtCommit_LocalCache () at xact.c:714
#21 0xa6cc0 in CommandCounterIncrement () at xact.c:535
#22 0x145e0c in pg_exec_query_dest (
query_string=0x40174320 "CREATE VIEW pg_user AS SELECT", ' ' <repeats 13 times>, "usename,", ' ' <repeats 13 times>, "usesysid,", ' ' <repeats 13 times>, "usecreatedb,", ' ' <repeats 13 times>, "usetrace,", ' ' <repeats 13 times>, "usesuper,", ' ' <repeats 13 times>, "usecatupd,", ' ' <repeats 13 times>, "'********'::tex"..., dest=Debug, parse_context=0x40195ffc) at postgres.c:670
#23 0x146f44 in PostgresMain (argc=1073753344, argv=0x67800, real_argc=7,
real_argv=0x7b03a6d8) at postgres.c:1584
#24 0xed708 in main (argc=7, argv=0x7b03a6d8) at main.c:103

Any ideas?

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Jan Wieck 2000-07-04 00:52:38 Re: Re: [COMMITTERS] TOAST
Previous Message Tom Lane 2000-07-04 00:04:04 pgsql/src/include/access (tuptoaster.h)

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-07-04 00:47:18 Re: Fwd: Re: Fwd: Problem with recv syscall on socket when other side closed connection
Previous Message Alan Cox 2000-07-04 00:05:49 Re: Fwd: Re: Fwd: Problem with recv syscall on socket when other side closed connection