Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitad9291f

Browse files
author
Amit Kapila
committed
Fix typos.
Reported-by: John NaylorAuthor: John NaylorBackpatch-through: 9.5Discussion:https://postgr.es/m/CACPNZCtRuvs6G+EYqejhVJgBq2AKeZdXRVJsbX4syhO9gn5SNQ@mail.gmail.com
1 parent3fbd4bb commitad9291f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎src/test/regress/input/largeobject.source

Lines changed: 1 addition & 1 deletion
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 defaultBLKSZ, LOBLKSZ = 2048, so this positions us for a block
183+
-- with the defaultBLCKSZ, 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

Lines changed: 1 addition & 1 deletion
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 defaultBLKSZ, LOBLKSZ = 2048, so this positions us for a block
329+
-- with the defaultBLCKSZ, 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

Lines changed: 1 addition & 1 deletion
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 defaultBLKSZ, LOBLKSZ = 2048, so this positions us for a block
329+
-- with the defaultBLCKSZ, 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)

[8]ページ先頭

©2009-2025 Movatter.jp