From 55a303e92fb503657b869a8ad64e06bc884c6093 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Tue, 15 Apr 2025 13:32:07 +0000 Subject: [PATCH] Fix a typo in comment --- decode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decode.c b/decode.c index 2da135f..465dd69 100644 --- 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]; -- 2.39.5