Fix typo in test file name added in commit 4909b38af0.
Author: Shlok Kyal
Backpatch-through: 13
Discussion:
https://postgr.es/m/canhcyexsobdjkjxenq10ajumdpa5j6aipzgth_w4kcwryhl...@mail.gmail.com
Branch
--
REL_17_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/d96206f259d679
Fix typo in test file name added in commit 4909b38af0.
Author: Shlok Kyal
Backpatch-through: 13
Discussion:
https://postgr.es/m/canhcyexsobdjkjxenq10ajumdpa5j6aipzgth_w4kcwryhl...@mail.gmail.com
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/50b8ad30f7541ff48f50a
Fix typo in test file name added in commit 4909b38af0.
Author: Shlok Kyal
Backpatch-through: 13
Discussion:
https://postgr.es/m/canhcyexsobdjkjxenq10ajumdpa5j6aipzgth_w4kcwryhl...@mail.gmail.com
Branch
--
REL_15_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/90bc4523fd47e5
Fix typo in test file name added in commit 4909b38af0.
Author: Shlok Kyal
Backpatch-through: 13
Discussion:
https://postgr.es/m/canhcyexsobdjkjxenq10ajumdpa5j6aipzgth_w4kcwryhl...@mail.gmail.com
Branch
--
REL_13_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/4164d6976316ef
Fix typo in test file name added in commit 4909b38af0.
Author: Shlok Kyal
Backpatch-through: 13
Discussion:
https://postgr.es/m/canhcyexsobdjkjxenq10ajumdpa5j6aipzgth_w4kcwryhl...@mail.gmail.com
Branch
--
REL_14_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/bb1bc9fa962ed7
Fix typo in test file name added in commit 4909b38af0.
Author: Shlok Kyal
Backpatch-through: 13
Discussion:
https://postgr.es/m/canhcyexsobdjkjxenq10ajumdpa5j6aipzgth_w4kcwryhl...@mail.gmail.com
Branch
--
REL_16_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/9987c94662c25f
Fix typo in docs.
Typo in previous commit.
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/7ea21f4ee2721be4239657e74c2ae8f88fb5a3ef
Modified Files
--
doc/src/sgml/ref/alter_database.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Fix typo in comment
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/47929324c522cecfa8e0f64c6833f1dc3a67a735
Modified Files
--
src/backend/storage/file/buffile.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Fix typo
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/0e3e0ec06b995f6809f315752cbf5ff67902e095
Modified Files
--
src/test/authentication/t/001_password.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Fix typo.
Author: vignesh C
Reviewed-by: Ashutosh Bapat
Discussion:
https://postgr.es/m/caldanm1kqj0vffdjrpbfyi9shz6lhfee-ckn+eqsepfkheb...@mail.gmail.com
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/122a9af5def2db78f2c2131958eab8873bfee93b
Modified Files
---
Fix typo
Duplicate assignment in commit af4002b381d should have been a
different field. (But it didn't affect the outcome.)
Reported-by: Tom Lane
Discussion:
https://www.postgresql.org/message-id/flat/E1tngY6-UL-2n%40gemulon.postgresql.org
Branch
--
master
Details
---
https://git
Fix typo in 2a8a0067.
Builds configured with Valgrind but without assertions would fail due to
a typo in the recent change. This should be included when back-patching
2a8a0067 into v17.
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/2509b857cc1067be628291864289f27
Fix typo in xlog.c
"recovery" is not a verb. Introduced in 68cb5af46cd8.
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/fcce828529ee36ac452aead60fe95648bde3256c
Modified Files
--
src/backend/access/transam/xlog.c | 2 +-
1 file changed, 1 insertion(+),
Fix typo in comment of compute_return_type() in functioncmds.c
Author: Japin Li
Discussion:
https://postgr.es/m/me0p300mb0445d51bcfa8680f0b35fd6eb6...@me0p300mb0445.ausp300.prod.outlook.com
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/a86cfcae7c58049c7a3a60118ef
Fix typo
Ryo Kanbayashi
Discussion:
https://postgr.es/m/CANOn0ExEQiPVrzkjULkENVac_n4Lknm6dxsU69MSncQap0kJVA%40mail.gmail.com
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/c72ca3ddec15b73d9f9dc3e21b8db5d958b0dad7
Modified Files
--
src/backend/optimiz
Fix typo in header comment for set_operation_ordered_results_useful
Reported-by: Richard Guo
Discussion:
https://postgr.es/m/cambws492vmy3xnjdzrtqthfftk6hvedwhreqh7exggf_h5j...@mail.gmail.com
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/b6612aedc53a6bf069eba5e35
Fix typo
from commit 9044fc1d45a
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/41272784b9383910de737937f1987dd00246f728
Modified Files
--
src/tools/pgindent/exclude_file_patterns | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Fix typo
from commit 9044fc1d45a
Branch
--
REL_14_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/4c0e70fc30e4800beb89af5dff44ab5f37fe6720
Modified Files
--
src/tools/pgindent/exclude_file_patterns | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Fix typo
from commit 9044fc1d45a
Branch
--
REL_15_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/f2353d03cd0d81ae1829362dcbde85467ea828fd
Modified Files
--
src/tools/pgindent/exclude_file_patterns | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Fix typo
from commit 9044fc1d45a
Branch
--
REL_16_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/56265ed6a12c3ccf13a1a702748fcab8d1c6111b
Modified Files
--
src/tools/pgindent/exclude_file_patterns | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Fix typo
from commit 9044fc1d45a
Branch
--
REL_17_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/7786717b9e5d0e7ad828a7c7a65c74732ec492a9
Modified Files
--
src/tools/pgindent/exclude_file_patterns | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Fix typo in comment of gistdoinsert().
Author: Tender Wang
Reviewed-by: Masahiko Sawada
Discussion:
https://postgr.es/m/CAHewXN%3D3sH2sNw4nC3QGCEVw1Lftmw9m5y1Xje0bXK6ApDrsPQ%40mail.gmail.com
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/215f7af27d622162a1e33883f7
Fix typo in tidstore.h.
An oversight in commit f6bef362c.
Reviewed-by: David Rowley
Discussion:
https://postgr.es/m/CAD21AoB8MJ5OHtpUw1UEGf7spioFmP3PNH44KNx6Yb3FiZSwKA%40mail.gmail.com
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/7b8b868aca184ae12e01d2f12d1
On Wed, Oct 16, 2024 at 8:39 PM Amit Langote wrote:
>
> Fix typo in comment of transformJsonAggConstructor()
>
> An oversight of 3a8a1f3254b.
>
> Reported-by: Tender Wang
> Author: Tender Wang
> Backpatch-through: 16
Sorry, I forgot to put the Discussion link:
https://www.postgresql.org/messag
Fix typo in comment of transformJsonAggConstructor()
An oversight of 3a8a1f3254b.
Reported-by: Tender Wang
Author: Tender Wang
Backpatch-through: 16
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/c259b1578e006b2f808595fac4d8e45c5cce9d73
Modified Files
-
Fix typo in comment of transformJsonAggConstructor()
An oversight of 3a8a1f3254b.
Reported-by: Tender Wang
Author: Tender Wang
Backpatch-through: 16
Branch
--
REL_17_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/064e04008533b2b8a82b5dbff7da10abd6e41565
Modified Files
--
Fix typo in comment of transformJsonAggConstructor()
An oversight of 3a8a1f3254b.
Reported-by: Tender Wang
Author: Tender Wang
Backpatch-through: 16
Branch
--
REL_16_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/4a933eefe11208d02552f34c8fb3a2b13caeb286
Modified Files
--
Fix typo in connection limits test
Spotted while doing post-commit review.
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/682512dca870f46cf2c0b9e227702dffc5de5ef0
Modified Files
--
src/test/postmaster/t/001_connection_limits.pl | 2 +-
1 file changed, 1
Fix typo and run pgperltidy on newly-added test
From commit 85ec945b78.
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/05d1b9b5c286424dea2a91cf906c49c9d22ff4bf
Modified Files
--
src/test/postmaster/t/001_connection_limits.pl | 3 ++-
1 file changed, 2 i
Fix typo in pg_walsummary/nls.mk.
Author: Koki Nakamura
Discussion: https://postgr.es/m/485c613d1db8de2e8169d5afd43e7...@oss.nttdata.com
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/8410f738ad2fd94fc068ce0189e1ae04ef3c12e3
Modified Files
--
src/bin/p
Fix typo in bufpage.h.
Author: Senglee Choi
Reviewed-by: Tender Wang
Discussion:
https://postgr.es/m/CACUsy79U0=S5zWEf6D57F=vb7roea86xfy6oovdz58jrcro...@mail.gmail.com
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/b5df24e52044abfa6fe20a568ed8bfcb9761a090
Modifie
Fix typo in GetRunningTransactionData()
e85662df44 made GetRunningTransactionData() calculate the oldest running
transaction id within the current database. However, because of the typo,
the new code uses oldestRunningXid instead of oldestDatabaseRunningXid
in comparison before updating oldestDat
Fix typo in GetRunningTransactionData()
e85662df44 made GetRunningTransactionData() calculate the oldest running
transaction id within the current database. However, because of the typo,
the new code uses oldestRunningXid instead of oldestDatabaseRunningXid
in comparison before updating oldestDat
Fix typo in 029_stats_restart.pl
Oversight in 16acf7f1aaea, where the test has been introduced. Issue
noticed while scanning this area of the tree.
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/ae482a7ec521e09bb0dbfc261da6e6170a5ac29f
Modified Files
Fix typo in error message
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/f376996bb7fe621ac53279a81d475b214e492018
Modified Files
--
src/interfaces/libpq/fe-connect.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Fix typo and comments related to the recent no-wait lock improvements
The argument of dontWait at the top of ProcSleep() was documented
backwards, and there was a typo in lock.c.
Thinkos in 2346df6fc373.
Author: Will Mortensen
Reviewed-by: Jingxian Li, Michael Paquier
Discussion:
https://postgr
Fix typo
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/11c1984cccad1d41f461d3bb00f9e662332d002b
Modified Files
--
doc/src/sgml/catalogs.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Fix typo in src/backend/utils/resowner/README.
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/4364e0126ec7663363cf2dff86a0f6da949fc002
Modified Files
--
src/backend/utils/resowner/README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Fix typo in docs
Author: Erik Rijkers
Discussion:
https://www.postgresql.org/message-id/0167b1e1-676c-66ba-e857-3ad7cd844...@xs4all.nl
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/e9f29233fd67bd6b6667b61c88aa1f37f61f353a
Modified Files
--
doc/src/sg
Fix typo introduced in 6185c9737
Reported-by: Jian He
Discussion:
https://postgr.es/m/cacjufxghiu0p0usjh5hnr0_byzn4tq1fc3ekatrqgjeku6w...@mail.gmail.com
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/2f6e78b0619a0ee2ca170e0073659581847ee73d
Modified Files
--
Fix typo in comment
Spotted while reviewing a patch changing things around this area.
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/b8528fe026b18976b5d5b4fcb066a8a55def3375
Modified Files
--
src/interfaces/libpq/fe-cancel.c | 2 +-
1 file changed, 1 in
Fix typo in pg_dumpall role comments fix
Some last minute polish of the patch managed to break the SQL
query for extracting the role comments due to fat-fingering.
Per the buildfarm Xversion tests.
Branch
--
REL_12_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/82c2192d9c86
Fix typo in pg_dumpall role comments fix
Some last minute polish of the patch managed to break the SQL
query for extracting the role comments due to fat-fingering.
Per the buildfarm Xversion tests.
Branch
--
REL_13_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/d5c6affb85b8
Fix typo in pg_dumpall role comments fix
Some last minute polish of the patch managed to break the SQL
query for extracting the role comments due to fat-fingering.
Per the buildfarm Xversion tests.
Branch
--
REL_14_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/6ebd4372550a
Fix typo
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/ed345c2728b3ebc160d8335464765679a08031b9
Modified Files
--
src/backend/tcop/postgres.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Fix typo in comments
Backpatch-through: v16
Branch
--
REL_16_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/cd307c38f043e40fd2419d5a035b1a078a32c6b4
Modified Files
--
src/backend/storage/buffer/bufmgr.c | 8
1 file changed, 4 insertions(+), 4 deletions(-
Fix typo in comments
Backpatch-through: v16
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/18dd9d2ed978547ecc4c9195e2f5d3b80cc79bde
Modified Files
--
src/backend/storage/buffer/bufmgr.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
Fix typo.
Noriyoshi Shinoda
Discussion:
http://postgr.es/m/dm4pr84mb17347d9466419413698105d8ee...@dm4pr84mb1734.namprd84.prod.outlook.com
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/882887e9b458f533b301c36951c93dfdd37dccfc
Modified Files
--
doc/sr
Fix typo and case in messages
Follow up to dc2123400
Kyotaro Horiguchi
Discussion:
https://postgr.es/m/20231222.154939.1509525390095583358.horikyota@gmail.com
Discussion:
https://postgr.es/m/20231225.145124.1745560266993421173.horikyota@gmail.com
Branch
--
master
Details
---
Fix typo
Reported-by: Junwang Zhao
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/0e917508b89dd21c5bcd9183e77585f01055a20d
Modified Files
--
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Fix typo
Reported-by: Junwang Zhao
Branch
--
REL_16_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/8ae87728c583eb05714bd01430945fb7c7a74a7c
Modified Files
--
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Fix typo in comment
Commit 98e675ed7af accidentally mistyped IDENTIFY_SYSTEM as
IDENTIFY_SERVER. Backpatch to all supported branches.
Reported-by: Alexander Lakhin
Discussion: https://postgr.es/m/68138521-5345-8780-4390-1474afdcb...@gmail.com
Branch
--
REL_12_STABLE
Details
---
https:/
Fix typo in comment
Commit 98e675ed7af accidentally mistyped IDENTIFY_SYSTEM as
IDENTIFY_SERVER. Backpatch to all supported branches.
Reported-by: Alexander Lakhin
Discussion: https://postgr.es/m/68138521-5345-8780-4390-1474afdcb...@gmail.com
Branch
--
REL_13_STABLE
Details
---
https:/
Fix typo in comment
Commit 98e675ed7af accidentally mistyped IDENTIFY_SYSTEM as
IDENTIFY_SERVER. Backpatch to all supported branches.
Reported-by: Alexander Lakhin
Discussion: https://postgr.es/m/68138521-5345-8780-4390-1474afdcb...@gmail.com
Branch
--
REL_14_STABLE
Details
---
https:/
Fix typo in comment
Commit 98e675ed7af accidentally mistyped IDENTIFY_SYSTEM as
IDENTIFY_SERVER. Backpatch to all supported branches.
Reported-by: Alexander Lakhin
Discussion: https://postgr.es/m/68138521-5345-8780-4390-1474afdcb...@gmail.com
Branch
--
REL_15_STABLE
Details
---
https:/
Fix typo in comment
Commit 98e675ed7af accidentally mistyped IDENTIFY_SYSTEM as
IDENTIFY_SERVER. Backpatch to all supported branches.
Reported-by: Alexander Lakhin
Discussion: https://postgr.es/m/68138521-5345-8780-4390-1474afdcb...@gmail.com
Branch
--
REL_16_STABLE
Details
---
https:/
Fix typo in comment
Commit 98e675ed7af accidentally mistyped IDENTIFY_SYSTEM as
IDENTIFY_SERVER. Backpatch to all supported branches.
Reported-by: Alexander Lakhin
Discussion: https://postgr.es/m/68138521-5345-8780-4390-1474afdcb...@gmail.com
Branch
--
master
Details
---
https://git.po
Fix typo in 5a1dfde8334b
Reported-by: Alexander Lakhin
Discussion: https://postgr.es/m/55d8800f-4a80-5256-1e84-246fbe79a...@gmail.com
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/ae2ccf66a261caac9701986597e3f29188f890d6
Modified Files
--
src/backend/
Fix typo in comment
Spotted while looking over changes for another patch.
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/03749325d16c4215ecd6d6a6fe117d93931d84aa
Modified Files
--
src/bin/pg_dump/pg_dump.c | 2 +-
1 file changed, 1 insertion(+), 1 delet
Fix typo in person's name.
Back-patch v16..v12 (all supported versions); master is unaffected.
Branch
--
REL_16_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/f47482609f26c1ea28a9a7f599f53c6dac427de0
Modified Files
--
doc/src/sgml/release-16.sgml | 2 +-
1 file c
Fix typo in person's name.
Back-patch v16..v12 (all supported versions); master is unaffected.
Branch
--
REL_12_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/0ef893bbad9563695d49f1c6a1ec9b6634eb9409
Modified Files
--
doc/src/sgml/release-12.sgml | 2 +-
1 file c
Fix typo in person's name.
Back-patch v16..v12 (all supported versions); master is unaffected.
Branch
--
REL_14_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/fc3f862babd76f0ac4f372f9409f5129ccb2ee7e
Modified Files
--
doc/src/sgml/release-14.sgml | 2 +-
1 file c
Fix typo in person's name.
Back-patch v16..v12 (all supported versions); master is unaffected.
Branch
--
REL_15_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/1816ecd3858999cc18f3994d29942bfeb0a60944
Modified Files
--
doc/src/sgml/release-15.sgml | 2 +-
1 file c
Fix typo in person's name.
Back-patch v16..v12 (all supported versions); master is unaffected.
Branch
--
REL_13_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/b736f06ccfa66b3f920d312799df68d92b0ad35a
Modified Files
--
doc/src/sgml/release-13.sgml | 2 +-
1 file c
Fix typo in src/backend/access/transam/README.
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/c68f78538f93803b5c4f879da12918762eb43482
Modified Files
--
src/backend/access/transam/README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Fix typo in src/backend/access/transam/README.
Branch
--
REL_15_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/0db39e633812e8bda24067904ee8bc262e9eae25
Modified Files
--
src/backend/access/transam/README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Fix typo in src/backend/access/transam/README.
Branch
--
REL_16_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/8bdfc53be48ae99109a05df1dfd203d35207733f
Modified Files
--
src/backend/access/transam/README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Fix typo in src/backend/access/transam/README.
Branch
--
REL_14_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/c33d42d2e95d7994582ea3b811826088b76ce4e2
Modified Files
--
src/backend/access/transam/README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Fix typo in numutils.c comments
s/messges/messages/
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/c1609cf3c014294937058d4ca2b3160ec1b5be8c
Modified Files
--
src/backend/utils/adt/numutils.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Fix typo in test comment
s/currect/correct/, accidentally introduced in 608b167f9f9.
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/1f9e3a9be539f912babd3ad58d01a4ce6aa0b85b
Modified Files
--
src/test/regress/expected/subselect.out | 2 +-
src/test/regre
Fix typo in decode.c.
Author: Hou Zhijie
Discussion:
http://postgr.es/m/os0pr01mb57162dfffcfcda2e4b95899394...@os0pr01mb5716.jpnprd01.prod.outlook.com
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/e70ed4b1b87d22b47955c2bdee567ef8424e6df8
Modified Files
-
Fix typo in comment.
Back-patch down to 11.
Author: Sho Kato ()
Discussion:
https://postgr.es/m/TYCPR01MB68499042A33BC32241193AAF9F5BA%40TYCPR01MB6849.jpnprd01.prod.outlook.com
Branch
--
REL_11_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/b103d616caeb6a06e9391be1cb1e7483
Fix typo in comment.
Back-patch down to 11.
Author: Sho Kato ()
Discussion:
https://postgr.es/m/TYCPR01MB68499042A33BC32241193AAF9F5BA%40TYCPR01MB6849.jpnprd01.prod.outlook.com
Branch
--
REL_12_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/2f6e826f65798ccdb3860f346e9bef58
Fix typo in comment.
Back-patch down to 11.
Author: Sho Kato ()
Discussion:
https://postgr.es/m/TYCPR01MB68499042A33BC32241193AAF9F5BA%40TYCPR01MB6849.jpnprd01.prod.outlook.com
Branch
--
REL_13_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/d5300bc79dff0ada2132d82d59dfe170
Fix typo in comment.
Back-patch down to 11.
Author: Sho Kato ()
Discussion:
https://postgr.es/m/TYCPR01MB68499042A33BC32241193AAF9F5BA%40TYCPR01MB6849.jpnprd01.prod.outlook.com
Branch
--
REL_14_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/3f157d085bd72a69fabd6e2621800204
Fix typo in comment.
Back-patch down to 11.
Author: Sho Kato ()
Discussion:
https://postgr.es/m/TYCPR01MB68499042A33BC32241193AAF9F5BA%40TYCPR01MB6849.jpnprd01.prod.outlook.com
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/160c23b5fa0243d2f743cc70c96dac44d993264
Fix typo in comment.
Back-patch down to 11.
Author: Sho Kato ()
Discussion:
https://postgr.es/m/TYCPR01MB68499042A33BC32241193AAF9F5BA%40TYCPR01MB6849.jpnprd01.prod.outlook.com
Branch
--
REL_15_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/35470357ee4c6f05b78926d3e07a45d8
Fix typo in comment.
Introduced in 4d330a61bb1.
Author: Masahiko Sawada
Reviewed-by: Michael Paquier
Discussion:
https://postgr.es/m/cad21aodg8rtwjkrnjg9utp89vs8smfib2c55dvqkrcn8zr-...@mail.gmail.com
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/4327f6c7480fea93
Fix typo in TAP tests of vacuumdb
Noticed while scanning the area, introduced in 582edc3.
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/ecb968e7e3da69a39d3efab69fa63fe6c8d04b5f
Modified Files
--
src/bin/scripts/t/100_vacuumdb.pl | 2 +-
1 file changed,
Fix typo with wait event for SLRU buffer of commit timestamps
This wait event was documented as "CommitTsBuffer" since its
introduction, but the code named it "CommitTSBuffer". This commit fixes
the code to follow the term documented, which is also more consistent
with the naming of the other wai
Fix typo with wait event for SLRU buffer of commit timestamps
This wait event was documented as "CommitTsBuffer" since its
introduction, but the code named it "CommitTSBuffer". This commit fixes
the code to follow the term documented, which is also more consistent
with the naming of the other wai
Fix typo with wait event for SLRU buffer of commit timestamps
This wait event was documented as "CommitTsBuffer" since its
introduction, but the code named it "CommitTSBuffer". This commit fixes
the code to follow the term documented, which is also more consistent
with the naming of the other wai
Fix typo with wait event for SLRU buffer of commit timestamps
This wait event was documented as "CommitTsBuffer" since its
introduction, but the code named it "CommitTSBuffer". This commit fixes
the code to follow the term documented, which is also more consistent
with the naming of the other wai
Fix typo in CI README
s/fron/from/
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/525fb0a171a60ddea94c1953e24abef1da35
Modified Files
--
src/tools/ci/README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Fix typo in header comment
Commit 4c04be9b0 accidentally left off the _id portion of the function
name in the header comment.
Author: Junwang Zhao
Discussion:
https://postgr.es/m/CAEG8a3LP+ytnAXSzR=yiEaQrde+iCybMHsuPn9n=un3puv_...@mail.gmail.com
Branch
--
master
Details
---
https://gi
Fix typo
Introduced in de4d456b40.
Reported-by: Erik Rijkers
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/cc1392d4aa5206d6b4dcc1b036f7a001bcac4197
Modified Files
--
src/backend/commands/user.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Fix typo in parsenodes.h
Introduced in a61b1f7 when RTEPermissionInfo got added. Issue spotted
while reviewing the area for a different patch.
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/9e8b694d819d96f65f8de33102858bd6bff4b54a
Modified Files
--
sr
Fix typo in comment.
Author: Osumi Takamichi
Discussion:
https://postgr.es/m/tycpr01mb83737ea140c79b7d099f65e8ed...@tycpr01mb8373.jpnprd01.prod.outlook.com
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/4f985aba6963b8669325e1c58585d04257977fda
Modified Files
Fix typo
This doesn't affect the correctness of the code, but it was clearly
inconsistent before this change.
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/4037c5e2fe9e2c7b083606435d29cdb25092f70f
Modified Files
--
src/backend/parser/parse_node.c | 2
Fix typo in memutils_memorychunk.h
Author: Richard Guo
Discussion:
https://postgr.es/m/cambws483cyjholh32_hd3yq1njfravndl2zy7+e7pwvfpjf...@mail.gmail.com
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/b23837dde48028f9e31983c765c32e3f42cb7ef2
Modified Files
--
Fix typo in comment
Author: Ted Yu
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/af6284a666742d6932bae2e93f9eef156274a92e
Modified Files
--
src/bin/pg_dump/t/002_pg_dump.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Fix typo in reference to __FreeBSD__.
Commit a2a8acd152 introduced a platform-dependent mechanism to prevent
developers from referencing errno in the argument list of
elog()/ereport(), but didn't use the right macro to detect FreeBSD, so
it didn't actually work there.
Reported-by: Japin Li
Discu
Fix typo
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/b5bbaf08ed8bbc45d396c3383fc89331c914b857
Modified Files
--
contrib/sepgsql/dml.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Fix typo in hba.c
Spotted while reading through the git history.
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/02ac05b4c0229bd662b3afa07f370df0a5cbdb54
Modified Files
--
src/backend/libpq/hba.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Fix typo
Erik Rijkers
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/83eccb85625fce8f63ee2cd4fc60d72de4008d90
Modified Files
--
doc/src/sgml/ref/initdb.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Fix typo in CREATE PUBLICATION reference page
While at it, simplify wording a bit.
Author: Takamichi Osumi
Reviewed-by: Peter Smith
Discussion:
https://postgr.es/m/tycpr01mb8373f93f5d094a2be648990ded...@tycpr01mb8373.jpnprd01.prod.outlook.com
Branch
--
REL_13_STABLE
Details
---
https
Fix typo in CREATE PUBLICATION reference page
While at it, simplify wording a bit.
Author: Takamichi Osumi
Reviewed-by: Peter Smith
Discussion:
https://postgr.es/m/tycpr01mb8373f93f5d094a2be648990ded...@tycpr01mb8373.jpnprd01.prod.outlook.com
Branch
--
REL_11_STABLE
Details
---
https
Fix typo in CREATE PUBLICATION reference page
While at it, simplify wording a bit.
Author: Takamichi Osumi
Reviewed-by: Peter Smith
Discussion:
https://postgr.es/m/tycpr01mb8373f93f5d094a2be648990ded...@tycpr01mb8373.jpnprd01.prod.outlook.com
Branch
--
master
Details
---
https://git.
Fix typo in CREATE PUBLICATION reference page
While at it, simplify wording a bit.
Author: Takamichi Osumi
Reviewed-by: Peter Smith
Discussion:
https://postgr.es/m/tycpr01mb8373f93f5d094a2be648990ded...@tycpr01mb8373.jpnprd01.prod.outlook.com
Branch
--
REL_15_STABLE
Details
---
https
Fix typo in CREATE PUBLICATION reference page
While at it, simplify wording a bit.
Author: Takamichi Osumi
Reviewed-by: Peter Smith
Discussion:
https://postgr.es/m/tycpr01mb8373f93f5d094a2be648990ded...@tycpr01mb8373.jpnprd01.prod.outlook.com
Branch
--
REL_10_STABLE
Details
---
https
1 - 100 of 412 matches
Mail list logo