diff options
Diffstat (limited to 'src/backend/access/common/detoast.c')
-rw-r--r-- | src/backend/access/common/detoast.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/common/detoast.c b/src/backend/access/common/detoast.c index b25ca6810bc..f752ac7bbc9 100644 --- a/src/backend/access/common/detoast.c +++ b/src/backend/access/common/detoast.c @@ -501,8 +501,8 @@ toast_fetch_datum(struct varlena *attr) * in the toast relation * * Note that this function supports non-compressed external datums - * and compressed external datums (in which case the requrested slice - * has to be a prefix, i.e. sliceoffset has to be 0). + * and compressed external datums (in which case the requested slice + * has to be a prefix, i.e. sliceoffset has to be 0). * ---------- */ static struct varlena * |