Fix a typo in comment
authorChristoph Berg <myon@debian.org>
Tue, 15 Apr 2025 13:32:07 +0000 (13:32 +0000)
committerChristoph Berg <myon@debian.org>
Tue, 15 Apr 2025 13:32:17 +0000 (13:32 +0000)
decode.c

index 2da135ffdc2fbf24ed393737e5c088d1df5487e3..465dd69995e67ba0dee602a1948b27785a466945 100644 (file)
--- a/decode.c
+++ b/decode.c
@@ -1367,7 +1367,7 @@ ReadStringFromToast(const char *buffer,
                int32           num_chunks;
                /* Actual size of external TOASTed value */
                int32           toast_ext_size;
-               /* Path to directory with TOAST realtion file */
+               /* Path to directory with TOAST relation file */
                char       *toast_relation_path;
                /* Filename of TOAST relation file */
                char            toast_relation_filename[MAXPGPATH];