We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f9e3d commit 5307c99Copy full SHA for 5307c99
src/backend/storage/smgr/README
@@ -50,7 +50,7 @@ independently of the main data file, while still treating it all as a single
50
physical relation in system catalogs.
51
52
It is assumed that the main fork, fork number 0 or MAIN_FORKNUM, always
53
-exists. Fork numbers are assigned in src/include/storage/relfilenode.h.
+exists. Fork numbers are assigned in src/include/common/relpath.h.
54
Functions in smgr.c and md.c take an extra fork number argument, in addition
55
to relfilenode and block number, to identify which relation fork you want to
56
access. Since most code wants to access the main fork, a shortcut version of
0 commit comments