mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Fix typo in src/backend/utils/resowner/README.
This commit is contained in:
parent
6d716adf85
commit
4364e0126e
@ -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
|
release, so that they can scan their own data structures to find the objects
|
||||||
that need to be deleted. See RegisterResourceReleaseCallback function.
|
that need to be deleted. See RegisterResourceReleaseCallback function.
|
||||||
This used to be the only way for extensions to use the resource owner
|
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.
|
ResourceOwnerDesc struct.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user