diff options
Diffstat (limited to 'src/backend/access/transam/README.parallel')
-rw-r--r-- | src/backend/access/transam/README.parallel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/README.parallel b/src/backend/access/transam/README.parallel index 99c588d6dcb..e486bffc475 100644 --- a/src/backend/access/transam/README.parallel +++ b/src/backend/access/transam/README.parallel @@ -126,7 +126,7 @@ worker. This includes: an index that is currently being rebuilt. - Active relmapper.c mapping state. This is needed to allow consistent - answers when fetching the current relfilenode for relation oids of + answers when fetching the current relfilenumber for relation oids of mapped relations. To prevent unprincipled deadlocks when running in parallel mode, this code |