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

Commit248fc1f

Browse files
committed
Fix obsolete statement in smgr/README.
Since commit2d00190, fork numbers aredefined in relpath.h not relfilenode.h.Fabrízio de Royes Mello
1 parentb0d3636 commit248fc1f

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

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp