mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix obsolete statement in smgr/README.
Since commit 2d00190495
, fork numbers are
defined in relpath.h not relfilenode.h.
Fabrízio de Royes Mello
This commit is contained in:
@ -50,7 +50,7 @@ independently of the main data file, while still treating it all as a single
|
||||
physical relation in system catalogs.
|
||||
|
||||
It is assumed that the main fork, fork number 0 or MAIN_FORKNUM, always
|
||||
exists. Fork numbers are assigned in src/include/storage/relfilenode.h.
|
||||
exists. Fork numbers are assigned in src/include/common/relpath.h.
|
||||
Functions in smgr.c and md.c take an extra fork number argument, in addition
|
||||
to relfilenode and block number, to identify which relation fork you want to
|
||||
access. Since most code wants to access the main fork, a shortcut version of
|
||||
|
Reference in New Issue
Block a user