Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2224fa commit 0024a3aCopy full SHA for 0024a3a
src/include/storage/relfilenode.h
@@ -55,7 +55,7 @@ typedef enum ForkNumber
55
* relNode identifies the specific relation. relNode corresponds to
56
* pg_class.relfilenode (NOT pg_class.oid, because we need to be able
57
* to assign new physical files to relations in some situations).
58
- * Notice that relNode is only unique within a particular database.
+ * Notice that relNode is only unique within a particular tablespace.
59
*
60
* Note: spcNode must be GLOBALTABLESPACE_OID if and only if dbNode is
61
* zero. We support shared relations only in the "global" tablespace.
0 commit comments