projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d716ad
)
Fix typo in src/backend/utils/resowner/README.
author
Etsuro Fujita
Wed, 8 May 2024 07:15:00 +0000
(16:15 +0900)
committer
Etsuro Fujita
Wed, 8 May 2024 07:15:00 +0000
(16:15 +0900)
src/backend/utils/resowner/README
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/resowner/README
b/src/backend/utils/resowner/README
index d67df3faedb1ae39df84b7e7cd98f567803d66f3..cbf34e0b5646a3f1675d9c91cdabe769e7a73278 100644
(file)
--- a/
src/backend/utils/resowner/README
+++ b/
src/backend/utils/resowner/README
@@
-113,7
+113,7
@@
There is another API for other modules to get control during ResourceOwner
release, so that they can scan their own data structures to find the objects
that need to be deleted. See RegisterResourceReleaseCallback function.
This used to be the only way for extensions to use the resource owner
-mechanism with new kinds of objects; nowadays it easier to define a custom
+mechanism with new kinds of objects; nowadays it
is
easier to define a custom
ResourceOwnerDesc struct.