Skip to content

Commit ad9291f

Browse files
author
Amit Kapila
committed
Fix typos.
Reported-by: John Naylor Author: John Naylor Backpatch-through: 9.5 Discussion: https://postgr.es/m/CACPNZCtRuvs6G+EYqejhVJgBq2AKeZdXRVJsbX4syhO9gn5SNQ@mail.gmail.com
1 parent 3fbd4bb commit ad9291f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/test/regress/input/largeobject.source

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ UPDATE lotest_stash_values SET fd=lo_open(loid, CAST(x'20000' | x'40000' AS inte
180180
-- verify length of large object
181181
SELECT lo_lseek(fd, 0, 2) FROM lotest_stash_values;
182182

183-
-- with the default BLKSZ, LOBLKSZ = 2048, so this positions us for a block
183+
-- with the default BLCKSZ, LOBLKSIZE = 2048, so this positions us for a block
184184
-- edge case
185185
SELECT lo_lseek(fd, 2030, 0) FROM lotest_stash_values;
186186

src/test/regress/output/largeobject.source

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ SELECT lo_lseek(fd, 0, 2) FROM lotest_stash_values;
326326
670800
327327
(1 row)
328328

329-
-- with the default BLKSZ, LOBLKSZ = 2048, so this positions us for a block
329+
-- with the default BLCKSZ, LOBLKSIZE = 2048, so this positions us for a block
330330
-- edge case
331331
SELECT lo_lseek(fd, 2030, 0) FROM lotest_stash_values;
332332
lo_lseek

src/test/regress/output/largeobject_1.source

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ SELECT lo_lseek(fd, 0, 2) FROM lotest_stash_values;
326326
680800
327327
(1 row)
328328

329-
-- with the default BLKSZ, LOBLKSZ = 2048, so this positions us for a block
329+
-- with the default BLCKSZ, LOBLKSIZE = 2048, so this positions us for a block
330330
-- edge case
331331
SELECT lo_lseek(fd, 2030, 0) FROM lotest_stash_values;
332332
lo_lseek

0 commit comments

Comments
 (0)