diff options
| author | Christoph Berg | 2025-04-15 13:32:07 +0000 |
|---|---|---|
| committer | Christoph Berg | 2025-04-15 13:32:17 +0000 |
| commit | 55a303e92fb503657b869a8ad64e06bc884c6093 (patch) | |
| tree | ef891c7663cf37d9ac1db2f7bb4aae41a561862f /decode.c | |
| parent | a02a5fc93e7e4a7a39b529c5d97d1f37262770d3 (diff) | |
Fix a typo in comment
Diffstat (limited to 'decode.c')
| -rw-r--r-- | decode.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]; |
