diff options
author | Amit Kapila <akapila@postgresql.org> | 2020-06-11 14:10:43 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2020-06-11 14:59:23 +0530 |
commit | 3c419f5f5881fd378f40e93ee1ef0fc59bbe6cdc (patch) | |
tree | c0d72e00521703a268a2b0b1299a8e8ebe429c1d /src/test/regress/input/largeobject.source | |
parent | 3801532918eba64d26265bb6f137805fe3c7d2ab (diff) |
Fix typos.
Reported-by: John Naylor
Author: John Naylor
Backpatch-through: 9.5
Discussion: https://postgr.es/m/CACPNZCtRuvs6G+EYqejhVJgBq2AKeZdXRVJsbX4syhO9gn5SNQ@mail.gmail.com
Diffstat (limited to 'src/test/regress/input/largeobject.source')
-rw-r--r-- | src/test/regress/input/largeobject.source | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/regress/input/largeobject.source b/src/test/regress/input/largeobject.source index 9aa7b16193d..a6d10a56e93 100644 --- a/src/test/regress/input/largeobject.source +++ b/src/test/regress/input/largeobject.source @@ -180,7 +180,7 @@ UPDATE lotest_stash_values SET fd=lo_open(loid, CAST(x'20000' | x'40000' AS inte -- verify length of large object SELECT lo_lseek(fd, 0, 2) FROM lotest_stash_values; --- with the default BLKSZ, LOBLKSZ = 2048, so this positions us for a block +-- with the default BLCKSZ, LOBLKSIZE = 2048, so this positions us for a block -- edge case SELECT lo_lseek(fd, 2030, 0) FROM lotest_stash_values; |