diff options
author | Michael Paquier <michael@paquier.xyz> | 2021-12-09 15:20:36 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2021-12-09 15:20:36 +0900 |
commit | 5d08137076fd39694188ec4625013756aab889e1 (patch) | |
tree | e305b3fa9c81201f741f8bacbbd788eeb7319b79 /src/backend/access | |
parent | 5e97905a2c764d4ca36f5c6cccd0ebbf157b9df4 (diff) | |
download | postgresql-5d08137076fd39694188ec4625013756aab889e1.tar.gz postgresql-5d08137076fd39694188ec4625013756aab889e1.zip |
Fix some typos with {a,an}
One of the changes impacts the documentation, so backpatch.
Author: Peter Smith
Discussion: https://postgr.es/m/CAHut+Pu6+c+r3mY24VT7u+H+E_s6vMr5OdRiZ8NT3EOa-E5Lmw@mail.gmail.com
Backpatch-through: 14
Diffstat (limited to 'src/backend/access')
-rw-r--r-- | src/backend/access/table/toast_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/table/toast_helper.c b/src/backend/access/table/toast_helper.c index 53f78f9c3ef..013236b73dd 100644 --- a/src/backend/access/table/toast_helper.c +++ b/src/backend/access/table/toast_helper.c @@ -33,7 +33,7 @@ * All of these arrays should have a length equal to tupleDesc->natts. * * On return, toast_flags and toast_attr will have been initialized. - * toast_flags is just a single uint8, but toast_attr is an caller-provided + * toast_flags is just a single uint8, but toast_attr is a caller-provided * array with a length equal to tupleDesc->natts. The caller need not * perform any initialization of the array before calling this function. */ |