pgsql: Fix typo in comment

2025-06-26 Thread Álvaro Herrera
Fix typo in comment Introduced by c2da1a5d6325 Reported-by: Michael Paquier Discussion: https://postgr.es/m/aft4qerwrv-3q...@paquier.xyz Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/a3994ec6acb27545300ce1e336e4d119d8000ba9 Modified Files -- contrib

pgsql: Fix typo in comment

2025-03-26 Thread Peter Eisentraut
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(-)

pgsql: Fix typo in comment of compute_return_type() in functioncmds.c

2024-12-25 Thread Michael Paquier
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

pgsql: Fix typo in comment of gistdoinsert().

2024-11-04 Thread Masahiko Sawada
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

Re: pgsql: Fix typo in comment of transformJsonAggConstructor()

2024-10-16 Thread Amit Langote
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

pgsql: Fix typo in comment of transformJsonAggConstructor()

2024-10-16 Thread Amit Langote
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 -

pgsql: Fix typo in comment of transformJsonAggConstructor()

2024-10-16 Thread Amit Langote
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 --

pgsql: Fix typo in comment of transformJsonAggConstructor()

2024-10-16 Thread Amit Langote
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 --

pgsql: Fix typo in comment

2024-03-25 Thread Daniel Gustafsson
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

pgsql: Fix typo in comment

2023-12-12 Thread Daniel Gustafsson
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:/

pgsql: Fix typo in comment

2023-12-12 Thread Daniel Gustafsson
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:/

pgsql: Fix typo in comment

2023-12-12 Thread Daniel Gustafsson
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:/

pgsql: Fix typo in comment

2023-12-12 Thread Daniel Gustafsson
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:/

pgsql: Fix typo in comment

2023-12-12 Thread Daniel Gustafsson
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:/

pgsql: Fix typo in comment

2023-12-12 Thread Daniel Gustafsson
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

pgsql: Fix typo in comment

2023-11-29 Thread Daniel Gustafsson
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

pgsql: Fix typo in comment.

2023-06-15 Thread Amit Langote
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

pgsql: Fix typo in comment.

2023-06-15 Thread Amit Langote
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

pgsql: Fix typo in comment.

2023-06-15 Thread Amit Langote
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

pgsql: Fix typo in comment.

2023-06-15 Thread Amit Langote
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

pgsql: Fix typo in comment.

2023-06-15 Thread Amit Langote
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

pgsql: Fix typo in comment.

2023-06-15 Thread Amit Langote
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

pgsql: Fix typo in comment.

2023-06-13 Thread Masahiko Sawada
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

pgsql: Fix typo in comment.

2023-01-16 Thread Amit Kapila
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

pgsql: Fix typo in comment

2022-12-19 Thread Peter Eisentraut
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(-)

pgsql: Fix typo in comment for writetuple() function

2022-08-27 Thread Alexander Korotkov
Fix typo in comment for writetuple() function Reported-by: David Rowley Discussion: https://postgr.es/m/CAApHDvrZ9Ky2LcWwcKsbdYChA850JE5qS%3DkGJiTNWS8mbBXZHw%40mail.gmail.com Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/924954c670355f2a0ca1dd4173574a28fc0eedec

pgsql: Fix typo in comment.

2022-08-26 Thread Etsuro Fujita
Fix typo in comment. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/a8b02587a3c20997f8991878eb02ef475a343e1f Modified Files -- src/backend/commands/copyfromparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment.

2022-08-26 Thread Etsuro Fujita
Fix typo in comment. Branch -- REL_14_STABLE Details --- https://git.postgresql.org/pg/commitdiff/28d351c9ff2afe5cc18ef64779c02c49c76896fb Modified Files -- src/backend/commands/copyfromparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment.

2022-08-26 Thread Etsuro Fujita
Fix typo in comment. Branch -- REL_15_STABLE Details --- https://git.postgresql.org/pg/commitdiff/2829cfaf78b6b9d1909ce1dbbdb2839be9697853 Modified Files -- src/backend/commands/copyfromparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment.

2022-08-26 Thread Etsuro Fujita
Fix typo in comment. Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/7d501657550619a6a826ab3cf282c3e7bf862bd0 Modified Files -- src/backend/commands/copy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment.

2022-08-26 Thread Etsuro Fujita
Fix typo in comment. Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/4e330af04be0d5fd905a1b5320adbea7fb91b117 Modified Files -- src/backend/commands/copy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment.

2022-08-26 Thread Etsuro Fujita
Fix typo in comment. Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/3a376b90ede113708d2b7cdf48f6fb8d06092c85 Modified Files -- src/backend/commands/copy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment.

2022-08-26 Thread Etsuro Fujita
Fix typo in comment. Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/1d40200a98557fb36cb620f604b00116ccf4d64a Modified Files -- src/backend/commands/copy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment.

2022-05-02 Thread Etsuro Fujita
Fix typo in comment. Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/d85f2bfa09f64e52436e8f05a9e112e160bace65 Modified Files -- src/backend/storage/ipc/latch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment.

2022-05-02 Thread Etsuro Fujita
Fix typo in comment. Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/d6ae041c87488af37bc1f8b30697c3df1c24e65f Modified Files -- src/backend/storage/ipc/latch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment.

2022-05-02 Thread Etsuro Fujita
Fix typo in comment. Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/1dd49df7834ceccc61fae2801e246e793e08b5ad Modified Files -- src/backend/storage/ipc/latch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment.

2022-05-02 Thread Etsuro Fujita
Fix typo in comment. Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/09b684647a681c1badb7569957591245791f8579 Modified Files -- src/backend/storage/ipc/latch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment.

2022-05-02 Thread Etsuro Fujita
Fix typo in comment. Branch -- REL_14_STABLE Details --- https://git.postgresql.org/pg/commitdiff/24c58f7a2a5c762f35ffe8aaa00fa08caeb881fe Modified Files -- src/backend/storage/ipc/latch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment.

2022-05-02 Thread Etsuro Fujita
Fix typo in comment. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/d89f97e83efed4b2ac0a1803a1b6813c8277de73 Modified Files -- src/backend/storage/ipc/latch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment.

2022-03-30 Thread Etsuro Fujita
Fix typo in comment. Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/81fd8085de0974e0d4ed932d8dd861a159eb279d Modified Files -- src/backend/commands/copy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment.

2022-03-30 Thread Etsuro Fujita
Fix typo in comment. Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/166f143869c98492a41288bf8175521cd9ce7c24 Modified Files -- src/backend/commands/copy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment.

2022-03-30 Thread Etsuro Fujita
Fix typo in comment. Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/0598bed99efa6e2d5fa43bbccbcca0358c6e1e75 Modified Files -- src/backend/commands/copy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment.

2022-03-30 Thread Etsuro Fujita
Fix typo in comment. Branch -- REL_14_STABLE Details --- https://git.postgresql.org/pg/commitdiff/637afee327f4690afc3f16fd76123cd4b7af1d95 Modified Files -- src/backend/commands/copyfrom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment.

2022-03-30 Thread Etsuro Fujita
Fix typo in comment. Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/f042dc6a415decc4e2a9707de5f3fc737e42e1ed Modified Files -- src/backend/commands/copy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment.

2022-03-30 Thread Etsuro Fujita
Fix typo in comment. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/f505bec711f602c6bd08a88e8ad894b611e7e8a1 Modified Files -- src/backend/commands/copyfrom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment.

2022-01-27 Thread Etsuro Fujita
Fix typo in comment. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/eabcfd99ed27e5d21fee91fc7007678589081f58 Modified Files -- src/backend/executor/nodeForeignscan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment.

2022-01-27 Thread Etsuro Fujita
Fix typo in comment. Branch -- REL_14_STABLE Details --- https://git.postgresql.org/pg/commitdiff/d99166ed4f6e9f370289a90dd6678c06bfffd41f Modified Files -- src/backend/executor/nodeForeignscan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment

2021-07-22 Thread Peter Eisentraut
Fix typo in comment Author: Kyotaro Horiguchi Discussion: https://www.postgresql.org/message-id/flat/20210716.170209.175434392011070182.horikyota.ntt%40gmail.com Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/86a1aae764b03c7fe06e290e409c8d1a72ff187d Modified Fil

pgsql: Fix typo in comment

2021-07-05 Thread David Rowley
Fix typo in comment Author: James Coleman Discussion: https://postgr.es/m/caaaqye8f8ena0i1pdbtunwdd2sxhsmgscnybjhaxmuadfbr...@mail.gmail.com Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/9ee91cc583802c6507fbc31c348a79e63a10f956 Modified Files -- src/

pgsql: Fix typo in comment

2021-04-20 Thread Magnus Hagander
Fix typo in comment Author: Julien Rouhaud Backpatch-through: 11 Discussion: https://postgr.es/m/20210420121659.odjueyd4rpilorn5@nol Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/7311fa8a7096b3a00fc39a10c5a20d4cf0564bfa Modified Files -- src/ba

pgsql: Fix typo in comment

2021-04-20 Thread Magnus Hagander
Fix typo in comment Author: Julien Rouhaud Backpatch-through: 11 Discussion: https://postgr.es/m/20210420121659.odjueyd4rpilorn5@nol Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/bf5d1f1e0052100b716f7b7b0934aefb28f72e73 Modified Files -- src/ba

pgsql: Fix typo in comment

2021-04-20 Thread Magnus Hagander
Fix typo in comment Author: Julien Rouhaud Backpatch-through: 11 Discussion: https://postgr.es/m/20210420121659.odjueyd4rpilorn5@nol Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/8b4b5669cde2b17bd6b5d68f584d97078f3296ac Modified Files -- src/backend/l

pgsql: Fix typo in comment

2021-04-20 Thread Magnus Hagander
Fix typo in comment Author: Julien Rouhaud Backpatch-through: 11 Discussion: https://postgr.es/m/20210420121659.odjueyd4rpilorn5@nol Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/e4fbd11a1d5c291fe719b0bc833882e0baad1f8e Modified Files -- src/ba

pgsql: Fix typo in comment.

2020-11-29 Thread Fujii Masao
Fix typo in comment. Author: Haiying Tang Discussion: https://postgr.es/m/48a0928ac94b497d9c40acf1de394c15@G08CNEXMBPEKD05.g08.fujitsu.local Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/6742e14959a3033d946ab3d67f5ce4c99367d332 Modified Files -- src

pgsql: Fix typo in comment

2020-09-06 Thread Magnus Hagander
Fix typo in comment Author: Hou, Zhijie Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/2a093355aa629468eab82242ced83a1c7fff76a8 Modified Files -- src/backend/storage/ipc/procsignal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment

2020-09-05 Thread Peter Eisentraut
Fix typo in comment Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/556cbdfce4ffe01410b89dbf01b27315aa201bbf Modified Files -- src/backend/libpq/auth-scram.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

pgsql: Fix typo in comment

2020-09-01 Thread Alvaro Herrera
Fix typo in comment Introduced by 8b08f7d4820f; backpatch to 11. Discussion: https://postgr.es/m/20200812214918.GA30353@alvherre.pgsql Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/fcc42756818cef68e61e35e6d71cac6a73e24bb9 Modified Files -- src

pgsql: Fix typo in comment

2020-09-01 Thread Alvaro Herrera
Fix typo in comment Introduced by 8b08f7d4820f; backpatch to 11. Discussion: https://postgr.es/m/20200812214918.GA30353@alvherre.pgsql Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/70ccff88d910f57e427331afcbd6322ff7c80d18 Modified Files -- src

pgsql: Fix typo in comment

2020-09-01 Thread Alvaro Herrera
Fix typo in comment Introduced by 8b08f7d4820f; backpatch to 11. Discussion: https://postgr.es/m/20200812214918.GA30353@alvherre.pgsql Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/352b8cf59f400e69a80db12f920adf12a1b0607c Modified Files -- src

pgsql: Fix typo in comment

2020-09-01 Thread Alvaro Herrera
Fix typo in comment Introduced by 8b08f7d4820f; backpatch to 11. Discussion: https://postgr.es/m/20200812214918.GA30353@alvherre.pgsql Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/05c16b827f3ae66ec718e9af49e4d96906fa2ffb Modified Files -- src/bin/pg

pgsql: Fix typo in comment on OpenSSL PEM password callback type name.

2020-05-14 Thread Heikki Linnakangas
Fix typo in comment on OpenSSL PEM password callback type name. The type is called "pem_password_cb", not "pem_passwd_cb". Author: Daniel Gustafsson Discussion: https://www.postgresql.org/message-id/22108cf6-228b-45cf-9cda-5c5f658dc...@yesql.se Branch -- master Details --- https://git.

pgsql: Fix typo in comment

2020-05-03 Thread Alexander Korotkov
Fix typo in comment Reported-by: Oleg Bartunov Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/9f87ae38eaffcc7f72c45bfeb79e09dd6e8c2f48 Modified Files -- src/backend/utils/adt/tsrank.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment.

2019-11-26 Thread Etsuro Fujita
Fix typo in comment. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/47a3c7fa06538c181be815db44b5d7e8efe696ef Modified Files -- src/backend/optimizer/util/relnode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment.

2019-11-26 Thread Etsuro Fujita
Fix typo in comment. Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/e429b03cc63b5879b87be6dd96c49c7868febeb1 Modified Files -- src/backend/optimizer/util/relnode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment.

2019-11-26 Thread Etsuro Fujita
Fix typo in comment. Branch -- REL9_4_STABLE Details --- https://git.postgresql.org/pg/commitdiff/304ea5d98ed8c5b4d7ade7524a7d82841d335181 Modified Files -- src/backend/optimizer/util/relnode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment.

2019-11-26 Thread Etsuro Fujita
Fix typo in comment. Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/bf3cef24a31966686dfaae3085ce7c545c0019a4 Modified Files -- src/backend/optimizer/util/relnode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment.

2019-11-26 Thread Etsuro Fujita
Fix typo in comment. Branch -- REL9_6_STABLE Details --- https://git.postgresql.org/pg/commitdiff/474cd0931b758f4ee353fbc8cfc38a762b997be1 Modified Files -- src/backend/optimizer/util/relnode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment.

2019-11-26 Thread Etsuro Fujita
Fix typo in comment. Branch -- REL9_5_STABLE Details --- https://git.postgresql.org/pg/commitdiff/5f55e4c061d376304f979fef0f9aebae94e286bf Modified Files -- src/backend/optimizer/util/relnode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment.

2019-11-26 Thread Etsuro Fujita
Fix typo in comment. Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/c41824c152aba5019cc58b72d6ad5f6761743fab Modified Files -- src/backend/optimizer/util/relnode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment of syncrep.c

2019-10-30 Thread Michael Paquier
Fix typo in comment of syncrep.c Author: Kyotaro Horiguchi Discussion: https://postgr.es/m/20191030.123428.18823202335157111.horikyota@gmail.com Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/f921ea624eb8695c6ccaaf3410b9f9d9926d71c7 Modified Files ---

pgsql: Fix typo in comment.

2019-08-07 Thread Etsuro Fujita
Fix typo in comment. Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/26555cbd6e1443ea783717fd49b2ca1d55e4a015 Modified Files -- src/backend/utils/cache/partcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment.

2019-08-07 Thread Etsuro Fujita
Fix typo in comment. Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/dcebb3e9c7cf7836779a82fcc202af9b5266a893 Modified Files -- src/backend/catalog/partition.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment

2018-06-27 Thread Alvaro Herrera
Fix typo in comment Author: Amit Langote Discussion: https://postgr.es/m/b23dc88b-df41-ef07-22c5-12f77cf73...@lab.ntt.co.jp Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/f5545287dc5f565b091f2312684d14fda0705a9a Modified Files -- src/include/nodes/rel

pgsql: Fix typo in comment of commit_ts.c for incorrect reference to CL

2018-06-21 Thread Michael Paquier
Fix typo in comment of commit_ts.c for incorrect reference to CLOG Author: Shao Bret Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/0aa5e65ab4fd2695f0e4108b9ec53a0546261e1f Modified Files -- src/backend/access/transam/commit_ts.c | 3 ++- 1 file changed

pgsql: Fix typo in comment.

2018-05-22 Thread Heikki Linnakangas
Fix typo in comment. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/a0b37684ba1c7ce6380db6ff6817cf9f3a85b94c Modified Files -- src/backend/optimizer/path/joinpath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment.

2018-04-09 Thread Heikki Linnakangas
Fix typo in comment. Author: Kyotaro Horiguchi Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/2c19ea863a27303f462485c4046a850864e638b8 Modified Files -- src/backend/rewrite/rewriteManip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment

2018-03-30 Thread Magnus Hagander
Fix typo in comment Author: Michael Paquier Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/019fa576ca8298ecb7b8ded6e0c857840b57a4ae Modified Files -- src/backend/access/transam/xlog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment

2018-03-29 Thread Magnus Hagander
Fix typo in comment Author: Daniel Gustafsson Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/9778d5c180c06998c315a4ae4753b927e3bc4ea8 Modified Files -- src/bin/pg_dump/pg_backup_custom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment

2018-03-29 Thread Magnus Hagander
Fix typo in comment Arthur Zakirov, confirmed by Thomas Munro Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/669820a3d9c359e8d44a26035cb4d675dc542cb4 Modified Files -- src/backend/utils/cache/typcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

pgsql: Fix typo in comment.

2018-03-22 Thread Robert Haas
Fix typo in comment. Michael Paquier Discussion: http://postgr.es/m/20180205071404.gb17...@paquier.xyz Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/8a8c4f3b325ea00cc4ffb106a71e65e79c5d7af9 Modified Files -- src/backend/access/transam/multixact.c | 2

pgsql: Fix typo in comment

2018-03-19 Thread Magnus Hagander
Fix typo in comment Author: Daniel Gustafsson Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/71cce90ee99098f52e65278b96662e32ca005771 Modified Files -- src/backend/libpq/be-secure-openssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment

2018-02-16 Thread Magnus Hagander
Fix typo in comment Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/f8437c819acc37b43bd2d5b19a6b7609b4ea1292 Modified Files -- src/backend/access/transam/xlog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment

2017-11-27 Thread Magnus Hagander
Fix typo in comment Andreas Karlsson Branch -- REL9_5_STABLE Details --- https://git.postgresql.org/pg/commitdiff/d3aeaba9ee057444b3f951039c743ab961a20726 Modified Files -- src/tools/msvc/config_default.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment

2017-11-27 Thread Magnus Hagander
Fix typo in comment Andreas Karlsson Branch -- REL9_4_STABLE Details --- https://git.postgresql.org/pg/commitdiff/65f1623336a39f65a9d8a34e06f127cae583ff3b Modified Files -- src/tools/msvc/config_default.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment

2017-11-27 Thread Magnus Hagander
Fix typo in comment Andreas Karlsson Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/d5f965c257aed40d515e6b518422ac6e6982c46c Modified Files -- src/tools/msvc/config_default.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment

2017-11-27 Thread Magnus Hagander
Fix typo in comment Andreas Karlsson Branch -- REL9_6_STABLE Details --- https://git.postgresql.org/pg/commitdiff/510cc2e048f800e1764a6d6cbcf8fff4e3bda1fd Modified Files -- src/tools/msvc/config_default.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment

2017-11-27 Thread Magnus Hagander
Fix typo in comment Andreas Karlsson Branch -- REL9_3_STABLE Details --- https://git.postgresql.org/pg/commitdiff/caa6e12b5deb3ece8828507b2b4d4e1218d42ed7 Modified Files -- src/tools/msvc/config_default.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment

2017-11-27 Thread Magnus Hagander
Fix typo in comment Andreas Karlsson Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/4f2d0af1719e608a7d5d1e51620c4b914b3137fa Modified Files -- src/tools/msvc/config_default.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo in comment.

2017-11-16 Thread Robert Haas
Fix typo in comment. Etsuro Fujita Discussion: http://postgr.es/m/5a0d7c3d.80...@lab.ntt.co.jp Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/6b2cd278a9d1e4643c419b598780aa55520f4f1a Modified Files -- src/backend/catalog/partition.c | 2 +- 1 file chan