aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEtsuro Fujita <efujita@postgresql.org>2024-05-08 16:15:00 +0900
committerEtsuro Fujita <efujita@postgresql.org>2024-05-08 16:15:00 +0900
commit4364e0126ec7663363cf2dff86a0f6da949fc002 (patch)
treeb5b2cf3e0e52affcc9cd92b83328dee68b80aa94 /src
parent6d716adf8569b734eb8849094e9b3edab084c7f8 (diff)
downloadpostgresql-4364e0126ec7663363cf2dff86a0f6da949fc002.tar.gz
postgresql-4364e0126ec7663363cf2dff86a0f6da949fc002.zip
Fix typo in src/backend/utils/resowner/README.
Diffstat (limited to 'src')
-rw-r--r--src/backend/utils/resowner/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/resowner/README b/src/backend/utils/resowner/README
index d67df3faedb..cbf34e0b564 100644
--- 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.