Re: [GENERAL] PANIC: heap_update_redo: no block - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [GENERAL] PANIC: heap_update_redo: no block
Date
Msg-id 200604102203.k3AM3TD12648@candle.pha.pa.us
Whole thread Raw
In response to Re: [GENERAL] PANIC: heap_update_redo: no block  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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. +


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Remote administration contrib module
Next
From: "Dave Page"
Date:
Subject: Re: Remote administration contrib module