Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0024a3a

Browse files
committed
C comment update: relfilenode is only unique with a tablespace
Report from Antonin Houska
1 parente2224fa commit0024a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/include/storage/relfilenode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ typedef enum ForkNumber
5555
* relNode identifies the specific relation. relNode corresponds to
5656
* pg_class.relfilenode (NOT pg_class.oid, because we need to be able
5757
* to assign new physical files to relations in some situations).
58-
* Notice that relNode is only unique within a particulardatabase.
58+
* Notice that relNode is only unique within a particulartablespace.
5959
*
6060
* Note: spcNode must be GLOBALTABLESPACE_OID if and only if dbNode is
6161
* zero. We support shared relations only in the "global" tablespace.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp