Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 248fc1f

Browse files
committed
Fix obsolete statement in smgr/README.
Since commit 2d00190, fork numbers are defined in relpath.h not relfilenode.h. Fabrízio de Royes Mello
1 parent b0d3636 commit 248fc1f

File tree

1 file changed

+1
-1
lines changed
  • src/backend/storage/smgr

1 file changed

+1
-1
lines changed

src/backend/storage/smgr/README

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ independently of the main data file, while still treating it all as a single
5050
physical relation in system catalogs.
5151

5252
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.
53+
exists. Fork numbers are assigned in src/include/common/relpath.h.
5454
Functions in smgr.c and md.c take an extra fork number argument, in addition
5555
to relfilenode and block number, to identify which relation fork you want to
5656
access. Since most code wants to access the main fork, a shortcut version of

0 commit comments

Comments
 (0)