diff options
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. */ |
