Re: [GENERAL] PANIC: heap_update_redo: no block

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Greg Stark <gsstark(at)mit(dot)edu>, Alex bahdushka <bahdushka(at)gmail(dot)com>, Qingqing Zhou <zhouqq(at)cs(dot)toronto(dot)edu>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [GENERAL] PANIC: heap_update_redo: no block
Date: 2006-04-10 22:03:29
Message-ID: 200604102203.k3AM3TD12648@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Tom Lane wrote:
> There are, however, a bunch of local bugs, including these:
>
> * On a symlink-less platform (ie, Windows), TablespaceCreateDbspace is
> #ifdef'd to be a no-op. This is wrong because it performs the essential
> function of re-creating a tablespace or database directory if needed
> during replay. AFAICS the #if can just be removed and have the same
> code with or without symlinks.

FYI, Win32 in Win2k and XP has symlinks implemented using junction
points, and we use them. It is just that pre-Win2k (NT4) does not have
them, and at this point pginstaller doesn't even support that platform.

--
Bruce Momjian http://candle.pha.pa.us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Just Someone 2006-04-10 22:41:23 How to find the latest (partial) WAL file
Previous Message Tyler MacDonald 2006-04-10 21:58:50 Re: Debian package for freeradius_postgresql module

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Page 2006-04-10 22:09:47 Re: Remote administration contrib module
Previous Message Bruce Momjian 2006-04-10 21:49:39 Re: Remote administration contrib module