public inbox for [email protected]
help / color / mirror / Atom feedFrom: Simon Riggs <[email protected]>
To: Robert Haas <[email protected]>
Cc: [email protected]
Subject: Re: global temporary tables
Date: Sun, 25 Apr 2010 08:49:55 +0100
Message-ID: <1272181795.4161.1604.camel@ebony> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
<1272148142.4161.1598.camel@ebony>
<[email protected]>
On Sat, 2010-04-24 at 19:01 -0400, Robert Haas wrote:
> There is one major problem, though: assigning a
> scratch relfilenode to the temporary table requires generating an OID,
> which we currently have no way to allow on the standby.
Why not have an unlogged counter, which resets each system start, using
same datatype as an oid. There's no necessity for the relfilenode to be
an actual oid is there?
That way we could use it on standbys also.
--
Simon Riggs www.2ndQuadrant.com
view thread (492+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: global temporary tables
In-Reply-To: <1272181795.4161.1604.camel@ebony>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox