Re: bootstrap tables - Mailing list pgsql-hackers

From Ross J. Reedstrom
Subject Re: bootstrap tables
Date
Msg-id 20010105184809.A20639@rice.edu
Whole thread Raw
In response to Re: bootstrap tables  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: bootstrap tables  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
On Fri, Jan 05, 2001 at 06:25:38PM -0500, Tom Lane wrote:
> 
> Still, it sure looks like 'create bootstrap' should cause mdcreate()
> to be called, so I'm not sure why you'd see the file not get created
> at all.  Have you tried tracing through it with a debugger?
> 
> Do you really need the thing to be a bootstrap table, and not a plain
> system table?

Yup, 'cause it's going to store the schema info, including the system
schema. I forsee it needing to be accessed immediately during bootstrap.

I was fighting with the debugger last night, and decided "I should ask,
just to be sure I'm not missing something obvious..." I'll keep on
that way, then.

Ross



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Isn't init_irels() dangerous ?
Next
From: Hiroshi Inoue
Date:
Subject: Re: Isn't init_irels() dangerous ?