From 0024a3a3b6cfdca9d5c00f8ac5d5809f2e7ec3a5 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 5 Mar 2014 20:52:34 -0500 Subject: [PATCH] C comment update: relfilenode is only unique with a tablespace Report from Antonin Houska --- src/include/storage/relfilenode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/storage/relfilenode.h b/src/include/storage/relfilenode.h index abec0032dd..c995c10c4d 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 if and only if dbNode is * zero. We support shared relations only in the "global" tablespace. -- 2.40.0