Comment - uniqueness of relfilenode - Mailing list pgsql-hackers

From Antonin Houska
Subject Comment - uniqueness of relfilenode
Date
Msg-id 527BB839.4090607@gmail.com
Whole thread Raw
Responses Re: Comment - uniqueness of relfilenode  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
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
@@ -55,7 +55,7 @@ typedef enum ForkNumber * relNode identifies the specific relation.  relNode corresponds to *
pg_class.relfilenode(NOT pg_class.oid, because we need to be able * to assign new physical files to relations in some
situations).
- * Notice that relNode is only unique within a particular database.
+ * Notice that relNode is only unique within a particular tablespace. * * Note: spcNode must be GLOBALTABLESPACE_OID
ifand only if dbNode is * zero.  We support shared relations only in the "global" tablespace.
 


// Antonin Houska (Tony)



pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: alter_table regression test problem
Next
From: "Joshua D. Drake"
Date:
Subject: Changing pg_dump default file format