We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parente2224fa commit0024a3aCopy 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 particulardatabase.
+ * Notice that relNode is only unique within a particulartablespace.
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.