Re: [HACKERS] alpha/64bit weirdness

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: maillist(at)candle(dot)pha(dot)pa(dot)us (Bruce Momjian)
Cc: brett(at)work(dot)chicken(dot)org, pgsql-hackers(at)hub(dot)org
Subject: Re: [HACKERS] alpha/64bit weirdness
Date: 1998-03-05 16:31:58
Message-ID: 199803051631.LAA14795@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> >
> > Can you post a backtrace of the problem area.
>
> If the bad value is coming from the cache, can you add an elog(NOTICE)
> to the cache insert code, so you can see where the bad value is going
> in or out.
>

Another thing you could try is to add an Assert() in the cache
input/output functions, to check for a leading null in the name, and
generate the error at that point. Would help track it down.

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-03-05 16:35:37 Re: [HACKERS] Speedups
Previous Message Jan Wieck 1998-03-05 15:53:09 Re: [HACKERS] Speedups