pgsql: Fix typo

2024-05-13 Thread Alvaro Herrera
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(-)



pgsql: Fix typo in src/backend/utils/resowner/README.

2024-05-08 Thread Etsuro Fujita
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(-)



pgsql: Fix typo in docs

2024-04-08 Thread Heikki Linnakangas
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/sgml/libpq.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgsql: Fix typo introduced in 6185c9737

2024-04-04 Thread Amit Langote
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
--
src/backend/parser/parse_expr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



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 insertion(+), 1 deletion(-)



pgsql: Fix typo in pg_dumpall role comments fix

2024-03-21 Thread Daniel Gustafsson
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/82c2192d9c866c965dc0e2b17df36ee3fbe26a8e

Modified Files
--
src/bin/pg_dump/pg_dumpall.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgsql: Fix typo in pg_dumpall role comments fix

2024-03-21 Thread Daniel Gustafsson
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/d5c6affb85b821ba8847fe61a220be316e2b8552

Modified Files
--
src/bin/pg_dump/pg_dumpall.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgsql: Fix typo in pg_dumpall role comments fix

2024-03-21 Thread Daniel Gustafsson
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/6ebd4372550a08c286ad08da4e39c6571bb07e10

Modified Files
--
src/bin/pg_dump/pg_dumpall.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgsql: Fix typo

2024-02-21 Thread Alvaro Herrera
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(-)



pgsql: Fix typo in comments

2024-02-02 Thread Heikki Linnakangas
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(-)



pgsql: Fix typo in comments

2024-02-02 Thread Heikki Linnakangas
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(-)



pgsql: Fix typo.

2024-01-12 Thread Robert Haas
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/src/sgml/ref/pg_walsummary.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgsql: Fix typo and case in messages

2023-12-26 Thread John Naylor
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
---
https://git.postgresql.org/pg/commitdiff/7d7ef075d2b3f3bac4db323c2a47fb15a4a9a817

Modified Files
--
src/backend/backup/basebackup_incremental.c | 2 +-
src/bin/pg_combinebackup/pg_combinebackup.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)



pgsql: Fix typo

2023-12-14 Thread Peter Eisentraut
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(-)



pgsql: Fix typo

2023-12-14 Thread Peter Eisentraut
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(-)



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://git.postgresql.org/pg/commitdiff/5902ba5b21da9bf16377971360bcf4232728e0bf

Modified Files
--
src/backend/replication/libpqwalreceiver/libpqwalreceiver.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



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://git.postgresql.org/pg/commitdiff/00b26f81ec77b26784e3621124fcdfcbf8e2

Modified Files
--
src/backend/replication/libpqwalreceiver/libpqwalreceiver.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



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://git.postgresql.org/pg/commitdiff/d86038bd4d81ebd7dda60f5458476710108ec0a3

Modified Files
--
src/backend/replication/libpqwalreceiver/libpqwalreceiver.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



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://git.postgresql.org/pg/commitdiff/419b6cb885a5fcb215ce86dcda441bd7dbfac202

Modified Files
--
src/backend/replication/libpqwalreceiver/libpqwalreceiver.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



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://git.postgresql.org/pg/commitdiff/810c9609f8a5f82025db7d2b4023966d22785898

Modified Files
--
src/backend/replication/libpqwalreceiver/libpqwalreceiver.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



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.postgresql.org/pg/commitdiff/c5962ad21a6e3119c9f63b5fbfbcfe663413d551

Modified Files
--
src/backend/replication/libpqwalreceiver/libpqwalreceiver.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgsql: Fix typo in 5a1dfde8334b

2023-11-30 Thread Alexander Korotkov
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/access/transam/twophase.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



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 deletion(-)



pgsql: Fix typo in person's name.

2023-11-18 Thread Noah Misch
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 changed, 1 insertion(+), 1 deletion(-)



pgsql: Fix typo in person's name.

2023-11-18 Thread Noah Misch
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 changed, 1 insertion(+), 1 deletion(-)



pgsql: Fix typo in person's name.

2023-11-18 Thread Noah Misch
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 changed, 1 insertion(+), 1 deletion(-)



pgsql: Fix typo in person's name.

2023-11-18 Thread Noah Misch
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 changed, 1 insertion(+), 1 deletion(-)



pgsql: Fix typo in person's name.

2023-11-18 Thread Noah Misch
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 changed, 1 insertion(+), 1 deletion(-)



pgsql: Fix typo in src/backend/access/transam/README.

2023-09-28 Thread Etsuro Fujita
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(-)



pgsql: Fix typo in src/backend/access/transam/README.

2023-09-28 Thread Etsuro Fujita
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(-)



pgsql: Fix typo in src/backend/access/transam/README.

2023-09-28 Thread Etsuro Fujita
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(-)



pgsql: Fix typo in src/backend/access/transam/README.

2023-09-28 Thread Etsuro Fujita
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(-)



pgsql: Fix typo in numutils.c comments

2023-09-25 Thread Daniel Gustafsson
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(-)



pgsql: Fix typo in test comment

2023-09-23 Thread Daniel Gustafsson
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/regress/sql/subselect.sql  | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)



pgsql: Fix typo in decode.c.

2023-09-03 Thread Amit Kapila
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
--
src/backend/replication/logical/decode.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



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/b103d616caeb6a06e9391be1cb1e7483b328e641

Modified Files
--
src/backend/rewrite/rewriteHandler.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



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/2f6e826f65798ccdb3860f346e9bef58c1c962c3

Modified Files
--
src/backend/rewrite/rewriteHandler.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



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/d5300bc79dff0ada2132d82d59dfe1703a6e9ed1

Modified Files
--
src/backend/rewrite/rewriteHandler.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



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/3f157d085bd72a69fabd6e2621800204c19cc76f

Modified Files
--
src/backend/rewrite/rewriteHandler.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



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/160c23b5fa0243d2f743cc70c96dac44d9932645

Modified Files
--
src/backend/rewrite/rewriteHandler.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



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/35470357ee4c6f05b78926d3e07a45d8712f3130

Modified Files
--
src/backend/rewrite/rewriteHandler.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



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/4327f6c7480fea9348ea6825a9d38a71b2ef8785

Modified Files
--
src/backend/storage/smgr/md.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)



pgsql: Fix typo in TAP tests of vacuumdb

2023-05-25 Thread Michael Paquier
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, 1 insertion(+), 1 deletion(-)



pgsql: Fix typo with wait event for SLRU buffer of commit timestamps

2023-05-05 Thread Michael Paquier
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 wait events used for commit timestamps.

Introduced by 5da1493.

Author: Alexander Lakhin
Discussion: https://postgr.es/m/e8c38840-596a-83d6-bd8d-cebc5...@gmail.com
Backpatch-through: 13

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/58f5edf849900bc248b7c909ca17da7287306c41

Modified Files
--
src/backend/storage/lmgr/lwlock.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgsql: Fix typo with wait event for SLRU buffer of commit timestamps

2023-05-05 Thread Michael Paquier
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 wait events used for commit timestamps.

Introduced by 5da1493.

Author: Alexander Lakhin
Discussion: https://postgr.es/m/e8c38840-596a-83d6-bd8d-cebc5...@gmail.com
Backpatch-through: 13

Branch
--
REL_13_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/cedcc41918477fed31edff7f86820be87e8fa993

Modified Files
--
src/backend/storage/lmgr/lwlock.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgsql: Fix typo with wait event for SLRU buffer of commit timestamps

2023-05-05 Thread Michael Paquier
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 wait events used for commit timestamps.

Introduced by 5da1493.

Author: Alexander Lakhin
Discussion: https://postgr.es/m/e8c38840-596a-83d6-bd8d-cebc5...@gmail.com
Backpatch-through: 13

Branch
--
REL_14_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/ae4ffa7227f6c7239400955953ad805c2eccd3e5

Modified Files
--
src/backend/storage/lmgr/lwlock.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgsql: Fix typo with wait event for SLRU buffer of commit timestamps

2023-05-05 Thread Michael Paquier
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 wait events used for commit timestamps.

Introduced by 5da1493.

Author: Alexander Lakhin
Discussion: https://postgr.es/m/e8c38840-596a-83d6-bd8d-cebc5...@gmail.com
Backpatch-through: 13

Branch
--
REL_15_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/d31dab9a541c2c4c5b0491a7b3fe964c9494e216

Modified Files
--
src/backend/storage/lmgr/lwlock.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgsql: Fix typo in CI README

2023-04-03 Thread Daniel Gustafsson
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(-)



pgsql: Fix typo in header comment

2023-03-24 Thread Daniel Gustafsson
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://git.postgresql.org/pg/commitdiff/a04761ac77354930aebe7613b40bbdd749af5002

Modified Files
--
src/backend/utils/adt/xid8funcs.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)



pgsql: Fix typo

2023-03-17 Thread Peter Eisentraut
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(-)



pgsql: Fix typo in parsenodes.h

2023-02-09 Thread Michael Paquier
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
--
src/include/nodes/parsenodes.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



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
--
src/test/regress/expected/subscription.out | 2 +-
src/test/regress/sql/subscription.sql  | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)



pgsql: Fix typo

2023-01-06 Thread Peter Eisentraut
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 +-
1 file changed, 1 insertion(+), 1 deletion(-)



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 reference to __FreeBSD__.

2022-12-15 Thread Thomas Munro
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 
Discussion: 
https://postgr.es/m/MEYP282MB16693AAEEF84F47D8F7CA007B6E69%40MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/e52f8b301ed54aac5162b185b43f5f1e44b6b17e

Modified Files
--
src/include/utils/elog.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgsql: Fix typo

2022-12-06 Thread Alvaro Herrera
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(-)



pgsql: Fix typo in hba.c

2022-11-25 Thread Michael Paquier
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(-)



pgsql: Fix typo

2022-11-18 Thread Alvaro Herrera
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(-)



pgsql: Fix typo in CREATE PUBLICATION reference page

2022-10-13 Thread Alvaro Herrera
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://git.postgresql.org/pg/commitdiff/ad81292370550d9ce1b395bdd2ec3ba0f81e5c01

Modified Files
--
doc/src/sgml/ref/create_publication.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)



pgsql: Fix typo in CREATE PUBLICATION reference page

2022-10-13 Thread Alvaro Herrera
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://git.postgresql.org/pg/commitdiff/659ffe6a7c00d4ee5df9e1d8abe9c8b623f2e23c

Modified Files
--
doc/src/sgml/ref/create_publication.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)



pgsql: Fix typo in CREATE PUBLICATION reference page

2022-10-13 Thread Alvaro Herrera
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.postgresql.org/pg/commitdiff/7f8d9cedb374c9a23f0730f92a0b88d479325ba9

Modified Files
--
doc/src/sgml/ref/create_publication.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)



pgsql: Fix typo in CREATE PUBLICATION reference page

2022-10-13 Thread Alvaro Herrera
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://git.postgresql.org/pg/commitdiff/f7eec7fe38676f0be78640f0d4d77c3e4ffcc6d6

Modified Files
--
doc/src/sgml/ref/create_publication.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)



pgsql: Fix typo in CREATE PUBLICATION reference page

2022-10-13 Thread Alvaro Herrera
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://git.postgresql.org/pg/commitdiff/e06ae1eb36d0fb01aa93d8c8c4143451913631ed

Modified Files
--
doc/src/sgml/ref/create_publication.sgml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)



pgsql: Fix typo in CREATE PUBLICATION reference page

2022-10-13 Thread Alvaro Herrera
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_14_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/3fe6f261f7a20cfc8e6809ae36bfe93d1f779751

Modified Files
--
doc/src/sgml/ref/create_publication.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)



pgsql: Fix typo in CREATE PUBLICATION reference page

2022-10-13 Thread Alvaro Herrera
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_12_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/dd63cf92ceac6bfa6a20ab57c3c07113cf124790

Modified Files
--
doc/src/sgml/ref/create_publication.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)



pgsql: Fix typo in pgbench.c.

2022-09-13 Thread Amit Kapila
Fix typo in pgbench.c.

Author: Kyotaro Horiguchi
Discussion: 
https://postgr.es/m/20220914.114608.1462991533784489178.horikyota@gmail.com

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/d583036d68d6fe2fa7facd63eb6548583094fa96

Modified Files
--
src/bin/pgbench/pgbench.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgsql: Fix typo in 16d69ec29

2022-09-05 Thread David Rowley
Fix typo in 16d69ec29

As noted by Justin Pryzby, just I forgot to commit locally before creating
a patch file.

Discussion: https://postgr.es/m/20220901053146.gi31...@telsasoft.com

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/c89b44a68d918e24335f2d132684c53dd16d0d2b

Modified Files
--
src/backend/commands/trigger.c | 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

Modified Files
--
src/backend/utils/sort/tuplesort.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
--
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 MVCC test comment

2022-08-25 Thread Daniel Gustafsson
Fix typo in MVCC test comment

The optimization is named kill_prior_tuple but was accidentally
spelled kill_prio_tuple in the test.

Author: Mingli Zhang 
Discussion: https://postgr.es/m/82d3e66a-d8ae-4bfa-943e-29c5add0743f@Spark

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/0c67e9e566db32df3f420268e81e32f278a2f090

Modified Files
--
src/test/regress/expected/mvcc.out | 2 +-
src/test/regress/sql/mvcc.sql  | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)



pgsql: Fix typo in test_oat_hooks README

2022-08-10 Thread Daniel Gustafsson
Fix typo in test_oat_hooks README

Discussion: https://postgr.es/m/3f066afe-19f9-4df5-a498-b09643857...@yesql.se

Branch
--
REL_15_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/df64c24a31e110327135a8590c4500887e4773ae

Modified Files
--
src/test/modules/test_oat_hooks/README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgsql: Fix typo in test_oat_hooks README

2022-08-10 Thread Daniel Gustafsson
Fix typo in test_oat_hooks README

Discussion: https://postgr.es/m/3f066afe-19f9-4df5-a498-b09643857...@yesql.se

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/92dc33a3a229f7d24b8c97b6a18b417d79cf4d97

Modified Files
--
src/test/modules/test_oat_hooks/README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgsql: Fix typo in pg_publication.c

2022-06-23 Thread Michael Paquier
Fix typo in pg_publication.c

Author: Peter Smith
Discussion: 
https://postgr.es/m/CAHut+PuV2XXjC4spHXy_EOhpD6MDrmmDMWnVJLYpd1_P=2+...@mail.gmail.com

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/52b5c53ae8ca63449788dea31d766895ba9c8553

Modified Files
--
src/backend/catalog/pg_publication.c | 8 
1 file changed, 4 insertions(+), 4 deletions(-)



pgsql: Fix typo in hash README.

2022-05-31 Thread Amit Kapila
Fix typo in hash README.

Author: Peter Smith
Discussion: 
https://postgr.es/m/CAHut+Pu-V22PiJF2ym9_NVZe-+qnycfyEX24dZm=7urwhdh...@mail.gmail.com

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/0a050ee000b6783ac4b78e9eadb47a4e72912672

Modified Files
--
src/backend/access/hash/README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgsql: Fix typo in walreceiver.c

2022-05-17 Thread Michael Paquier
Fix typo in walreceiver.c

s/primary_slotname/primary_slot_name/.

Author: Bharath Rupireddy
Discussion: 
https://postgr.es/m/CALj2ACX3=pHkCpoGG-z+O=7gp5yzv70jmftygnnv7yf3skk...@mail.gmail.com

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/bbf7c2d9e932db873469cd9cecf0e05e39c1962d

Modified Files
--
src/backend/replication/walreceiver.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgsql: Fix typo in origin.c

2022-05-06 Thread Michael Paquier
Fix typo in origin.c

Introduced in 5aa2350.

Author: Peter Smith
Discussion: 
https://postgr.es/m/cahut+psuwz6_7acmivnu5fahgqxdutqtc3+__xnwkbzqcfn...@mail.gmail.com

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/59a32f00937c85fe944cf1fac3e8b98d091e2bc6

Modified Files
--
src/backend/replication/logical/origin.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 pg_walinspect.c

2022-04-25 Thread Michael Paquier
Fix typo in pg_walinspect.c

Spotted while looking at the surroundings, introduced by 2258e76.

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/06cafd6f577ba251ac10d4f009fc3be424705a37

Modified Files
--
contrib/pg_walinspect/pg_walinspect.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgsql: Fix typo in xlogrecovery.c code comment

2022-04-07 Thread Daniel Gustafsson
Fix typo in xlogrecovery.c code comment

Author: Bharath Rupireddy 
Discussion: 
https://postgr.es/m/CALj2ACUoPtnReT=yaqmcwltccpk7p83xjea8tirx8q0_sjh...@mail.gmail.com

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/bab588cd5cbbeb43cda6e20c967b43000ea2aa80

Modified Files
--
src/backend/access/transam/xlogrecovery.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_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-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 file identification

2022-03-21 Thread Magnus Hagander
Fix typo in file identification

Clearly a simple copy/paste mistake when the file was created.

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/c540d3715731e0e50259011ee62ea4c0c042b1b1

Modified Files
--
src/backend/replication/basebackup_target.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgsql: Fix typo in pgbench messages.

2022-03-01 Thread Tatsuo Ishii
Fix typo in pgbench messages.

Author: KAWAMOTO Masaya
Reviewed-by: Fabien COELHO
Discussion: 
https://postgr.es/m/20220224115622.41e671e3449ebd8c270e9103%40sraoss.co.jp

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/506035b0b8323126823849483cee833e1de75330

Modified Files
--
src/bin/pgbench/pgbench.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)



pgsql: Fix typo in logicalfuncs.c.

2022-02-25 Thread Amit Kapila
Fix typo in logicalfuncs.c.

Author: Bharath Rupireddy
Discussion: 
https://postgr.es/m/CALj2ACX1mVtw8LWEnZgnpPdk2bPFR1xX2ZN+8GfXCffyip_9=q...@mail.gmail.com

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/a89850a57e0557bd3faab32398eb2d9536f6e2a4

Modified Files
--
src/backend/replication/logical/logicalfuncs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgsql: Fix typo in multixact.c

2022-02-09 Thread Michael Paquier
Fix typo in multixact.c

Introduced in aa64f23.

Author: Nathan Bossart
Discussion: https://postgr.es/m/20220209175338.GB1627503@nathanxps13

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/0147fc7c8c92ee22910f40b1740425f43382bc95

Modified Files
--
src/backend/access/transam/multixact.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



  1   2   3   4   >