From: Amit Kapila Date: Thu, 11 Jun 2020 08:40:43 +0000 (+0530) Subject: Fix typos. X-Git-Tag: REL9_5_23~53 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=3c419f5f5881fd378f40e93ee1ef0fc59bbe6cdc;p=postgresql-pgindent.git Fix typos. Reported-by: John Naylor Author: John Naylor Backpatch-through: 9.5 Discussion: https://postgr.es/m/CACPNZCtRuvs6G+EYqejhVJgBq2AKeZdXRVJsbX4syhO9gn5SNQ@mail.gmail.com --- diff --git a/src/test/regress/input/largeobject.source b/src/test/regress/input/largeobject.source index 9aa7b16193..a6d10a56e9 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; diff --git a/src/test/regress/output/largeobject.source b/src/test/regress/output/largeobject.source index 969a7c7f40..6a1ee16a98 100644 --- a/src/test/regress/output/largeobject.source +++ b/src/test/regress/output/largeobject.source @@ -326,7 +326,7 @@ SELECT lo_lseek(fd, 0, 2) FROM lotest_stash_values; 670800 (1 row) --- 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; lo_lseek diff --git a/src/test/regress/output/largeobject_1.source b/src/test/regress/output/largeobject_1.source index bb636b6fe6..2226a8b8d4 100644 --- a/src/test/regress/output/largeobject_1.source +++ b/src/test/regress/output/largeobject_1.source @@ -326,7 +326,7 @@ SELECT lo_lseek(fd, 0, 2) FROM lotest_stash_values; 680800 (1 row) --- 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; lo_lseek