Re: [HACKERS] Comment - uniqueness of relfilenode

2014-03-08 Thread Bruce Momjian
On Thu, Mar 6, 2014 at 09:20:39PM -0500, Bruce Momjian wrote: > On Thu, Mar 6, 2014 at 08:34:29AM +0100, Antonin Houska wrote: > > >>> You're right. I missed the fact that Postgres (unlike another DBMS that > > >>> I worked with) allows for tablespace to be shared across databases. > > >> > > >>

Re: [HACKERS] Comment - uniqueness of relfilenode

2014-03-06 Thread Bruce Momjian
On Thu, Mar 6, 2014 at 08:34:29AM +0100, Antonin Houska wrote: > >>> You're right. I missed the fact that Postgres (unlike another DBMS that > >>> I worked with) allows for tablespace to be shared across databases. > >> > >> I have update the C comment: > >> > >> < * Notice that relNode i

Re: [HACKERS] Comment - uniqueness of relfilenode

2014-03-05 Thread Antonin Houska
On 03/06/2014 04:33 AM, Robert Haas wrote: > On Wed, Mar 5, 2014 at 8:54 PM, Bruce Momjian wrote: >> On Mon, Nov 11, 2013 at 05:48:52PM +0100, Antonin Houska wrote: >>> On 11/10/2013 12:57 AM, Robert Haas wrote: On Thu, Nov 7, 2013 at 10:56 AM, Antonin Houska wrote: > catalog/catalo

Re: [HACKERS] Comment - uniqueness of relfilenode

2014-03-05 Thread Robert Haas
On Wed, Mar 5, 2014 at 8:54 PM, Bruce Momjian wrote: > On Mon, Nov 11, 2013 at 05:48:52PM +0100, Antonin Houska wrote: >> On 11/10/2013 12:57 AM, Robert Haas wrote: >> > On Thu, Nov 7, 2013 at 10:56 AM, Antonin Houska >> > wrote: >> >> catalog/catalog.c:GetNewRelFileNode() and its calls indicate

Re: [HACKERS] Comment - uniqueness of relfilenode

2014-03-05 Thread Bruce Momjian
On Mon, Nov 11, 2013 at 05:48:52PM +0100, Antonin Houska wrote: > On 11/10/2013 12:57 AM, Robert Haas wrote: > > On Thu, Nov 7, 2013 at 10:56 AM, Antonin Houska > > wrote: > >> catalog/catalog.c:GetNewRelFileNode() and its calls indicate that the > >> following change makes sense: > >> > >> > >> d

Re: [HACKERS] Comment - uniqueness of relfilenode

2013-11-11 Thread Antonin Houska
On 11/10/2013 12:57 AM, Robert Haas wrote: > On Thu, Nov 7, 2013 at 10:56 AM, Antonin Houska > wrote: >> catalog/catalog.c:GetNewRelFileNode() and its calls indicate that the >> following change makes sense: >> >> >> diff --git a/src/include/storage/relfilenode.h >> b/src/include/storage/relfileno

Re: [HACKERS] Comment - uniqueness of relfilenode

2013-11-09 Thread Robert Haas
On Thu, Nov 7, 2013 at 10:56 AM, Antonin Houska wrote: > catalog/catalog.c:GetNewRelFileNode() and its calls indicate that the > following change makes sense: > > > diff --git a/src/include/storage/relfilenode.h > b/src/include/storage/relfilenode.h > index 75f897f..7190974 100644 > --- a/src/incl

[HACKERS] Comment - uniqueness of relfilenode

2013-11-07 Thread Antonin Houska
catalog/catalog.c:GetNewRelFileNode() and its calls indicate that the following change makes sense: diff --git a/src/include/storage/relfilenode.h b/src/include/storage/relfilenode.h index 75f897f..7190974 100644 --- a/src/include/storage/relfilenode.h +++ b/src/include/storage/relfilenode.h @@ -