[COMMITTERS] pgsql: Fix typo in comment.

2017-11-07 Thread Robert Haas
Fix typo in comment.

Masahiko Sawada

Discussion: 
http://postgr.es/m/CAD21AoDrf5AOpZ-mX-j6O=zfnffkatdhkv3o1x2ess2nbxa...@mail.gmail.com

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/698e5254377baffb95774d47872100997f135cba

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2017-10-30 Thread Magnus Hagander
Fix typo in comment

Etsuro Fujita

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/854b643c8eb476ab957d83d562c8bfa10586d123

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2017-08-10 Thread Robert Haas
Fix typo in comment.

Etsuro Fujita

Discussion: 
http://postgr.es/m/5f794b91-67df-1ac6-8a4f-069f8e8e1...@lab.ntt.co.jp

Branch
--
master

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

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2017-08-08 Thread Alvaro Herrera
Fix typo in comment

Branch
--
master

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

Modified Files
--
src/backend/utils/sort/tuplesort.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2017-07-21 Thread Alvaro Herrera
Fix typo in comment

Commit fd31cd265138 renamed the variable to skipping_blocks, but forgot
to update this comment.

Noticed while inspecting code.

Branch
--
REL9_6_STABLE

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

Modified Files
--
src/backend/commands/vacuumlazy.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2017-07-21 Thread Alvaro Herrera
Fix typo in comment

Commit fd31cd265138 renamed the variable to skipping_blocks, but forgot
to update this comment.

Noticed while inspecting code.

Branch
--
master

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

Modified Files
--
src/backend/commands/vacuumlazy.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2017-06-30 Thread Peter Eisentraut
Fix typo in comment

Author: Masahiko Sawada 

Branch
--
master

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

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2017-06-30 Thread Peter Eisentraut
Fix typo in comment

Author: Albe Laurenz 

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/1db49c3b6d2399f8f83a97f1fa34e749b9fada7c

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2017-06-30 Thread Peter Eisentraut
Fix typo in comment

Author: Amit Langote 

Branch
--
master

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

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment in SerializeSnapshot

2017-06-24 Thread Simon Riggs
Fix typo in comment in SerializeSnapshot

Author: Masahiko Sawada

Branch
--
master

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

Modified Files
--
src/backend/utils/time/snapmgr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2017-06-22 Thread Alvaro Herrera
Fix typo in comment

Once upon a time, WAL pointers could be NULL, but no longer.  We talk about
"valid" now.

Reported-by: Amit Langote
Discussion: 
https://postgr.es/m/33e9617d-27f1-eee8-3311-e27af98ea...@lab.ntt.co.jp

Branch
--
REL9_4_STABLE

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

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2017-06-22 Thread Alvaro Herrera
Fix typo in comment

Once upon a time, WAL pointers could be NULL, but no longer.  We talk about
"valid" now.

Reported-by: Amit Langote
Discussion: 
https://postgr.es/m/33e9617d-27f1-eee8-3311-e27af98ea...@lab.ntt.co.jp

Branch
--
REL9_6_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/4947fced73c2ba43aaddaaba24320aaf5702307e

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2017-06-22 Thread Alvaro Herrera
Fix typo in comment

Once upon a time, WAL pointers could be NULL, but no longer.  We talk about
"valid" now.

Reported-by: Amit Langote
Discussion: 
https://postgr.es/m/33e9617d-27f1-eee8-3311-e27af98ea...@lab.ntt.co.jp

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/82c1507e3067d6d7884e823b09c921f9119dbe6f

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2017-06-22 Thread Alvaro Herrera
Fix typo in comment

Once upon a time, WAL pointers could be NULL, but no longer.  We talk about
"valid" now.

Reported-by: Amit Langote
Discussion: 
https://postgr.es/m/33e9617d-27f1-eee8-3311-e27af98ea...@lab.ntt.co.jp

Branch
--
REL9_3_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/2563f079ec0217f672680d13d9d442a1ea6efc6a

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2017-06-22 Thread Alvaro Herrera
Fix typo in comment

Once upon a time, WAL pointers could be NULL, but no longer.  We talk about
"valid" now.

Reported-by: Amit Langote
Discussion: 
https://postgr.es/m/33e9617d-27f1-eee8-3311-e27af98ea...@lab.ntt.co.jp

Branch
--
REL9_5_STABLE

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

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2017-06-22 Thread Magnus Hagander
Fix typo in comment

Author: Masahiko Sawada

Branch
--
master

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

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2017-06-21 Thread Heikki Linnakangas
Fix typo in comment.

Etsuro Fujita

Branch
--
REL9_6_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/6fd9930e68a3de6a05e6f60b08b16f219982ad05

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2017-06-21 Thread Heikki Linnakangas
Fix typo in comment.

Etsuro Fujita

Branch
--
REL9_5_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/26bef29fdd4cf754ebdf0157858b776abe90932c

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2017-06-21 Thread Heikki Linnakangas
Fix typo in comment.

Etsuro Fujita

Branch
--
master

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

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2017-06-02 Thread Magnus Hagander
Fix typo in comment

Masahiko Sawada

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/483373979b17f10b2dfa4b12e68c3b961a9f8454

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2017-05-29 Thread Magnus Hagander
Fix typo in comment

Masahiko Sawada

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/917d91285f187e599039a962d9b869a782390304

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2017-05-22 Thread Magnus Hagander
Fix typo in comment

Author: Masahiko Sawada

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/312bac54cc9cc26e9cee23033c5c4f029976753a

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2017-05-18 Thread Heikki Linnakangas
Fix typo in comment.

Daniel Gustafsson

Branch
--
REL9_4_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/440d7de0a6966b418592877dd93b9972bef44efe

Modified Files
--
src/backend/utils/adt/json.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2017-05-18 Thread Heikki Linnakangas
Fix typo in comment.

Daniel Gustafsson

Branch
--
REL9_6_STABLE

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

Modified Files
--
src/backend/utils/adt/json.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2017-05-18 Thread Heikki Linnakangas
Fix typo in comment.

Daniel Gustafsson

Branch
--
REL9_3_STABLE

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

Modified Files
--
src/backend/utils/adt/json.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2017-05-18 Thread Heikki Linnakangas
Fix typo in comment.

Daniel Gustafsson

Branch
--
REL9_5_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/46498d227703f93508044511e40e7cb7d599d2a3

Modified Files
--
src/backend/utils/adt/json.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2017-05-18 Thread Heikki Linnakangas
Fix typo in comment.

Daniel Gustafsson

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/2df537e43fdc432cccbe64de166ac97363cbca3c

Modified Files
--
src/backend/utils/adt/json.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2017-05-15 Thread Magnus Hagander
Fix typo in comment

Michael Paquier

Branch
--
master

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

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2017-04-26 Thread Peter Eisentraut
Fix typo in comment

Author: Masahiko Sawada 

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/6c9bd27aece5efd0ccef668828a44f59bd2c7a44

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2017-04-26 Thread Fujii Masao
Fix typo in comment.

Author: Masahiko Sawada

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/1f8b060121d654fbb08702752f63d251f5ce8088

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2017-04-16 Thread Peter Eisentraut
Fix typo in comment

Author: Masahiko Sawada 

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/c7d225e227aa481c30532b2954055afd1705af31

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2017-04-14 Thread Peter Eisentraut
Fix typo in comment

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/6e5f9a6dc0a9e417544692db56d2c80a64dd83c7

Modified Files
--
doc/src/sgml/ref/drop_foreign_table.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2017-04-10 Thread Peter Eisentraut
Fix typo in comment

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/56dd8e85c40fef3e3c2c10afa186ee30416ec507

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2017-04-07 Thread Magnus Hagander
Fix typo in comment

Masahiko Sawada

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/32e33a7979a10e9fcf2c9b32703838cec1daf674

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2017-03-31 Thread Magnus Hagander
Fix typo in comment

Daniel Gustafsson

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/156d3882f89d2a224029e4c81adacd279eb1cdfc

Modified Files
--
src/interfaces/libpq/fe-connect.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2017-03-24 Thread Alvaro Herrera
Fix typo in comment

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/2e0c919bceae23a9fd52d6dc1c3bf0d74501c14f

Modified Files
--
src/backend/utils/mmgr/dsa.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2017-03-13 Thread Magnus Hagander
Fix typo in comment

Masahiko Sawada

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/1bfebffe81d02e6124fc604ae4293c6487ef7e83

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2017-02-21 Thread Fujii Masao
Fix typo in comment.

neha khatri

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/e14ec7d346f8686c9471c16a01579d6b1c3b4975

Modified Files
--
src/backend/utils/adt/varlena.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2017-02-14 Thread Robert Haas
Fix typo in comment.

Higuchi Daisuke

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/8569955ee39650a667b9700385e1bc19fbf47069

Modified Files
--
src/interfaces/libpq/fe-connect.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2017-01-27 Thread Robert Haas
Fix typo in comment.

Etsuro Fujita

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/4bf371cf2a894abeda672996f24dc6603ceddc3c

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2016-12-29 Thread Peter Eisentraut
Fix typo in comment

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/db779d941e0a05ea4647455d0b386b38ef58983b

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2016-11-25 Thread Magnus Hagander
Fix typo in comment

Thomas Munro

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/8afb811088c2a8bfa2b68bd24c05471b8ea4a8ce

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2016-11-25 Thread Magnus Hagander
Fix typo in comment

Thomas Munro

Branch
--
REL9_6_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/81f92a55c7bb920a7b915ae0e022a8488126ec22

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2016-11-14 Thread Magnus Hagander
Fix typo in comment

The function was renamed in 908e23473, but the comment never learned
about it.

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/c99f876e9a1e2a9a04d02a8aaf046cd9125e9264

Modified Files
--
src/backend/utils/adt/jsonfuncs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2016-11-14 Thread Magnus Hagander
Fix typo in comment

The function was renamed in 908e23473, but the comment never learned
about it.

Branch
--
REL9_6_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/7fcaec032f88a29d1f0c0f03a1c35be112992e4c

Modified Files
--
src/backend/utils/adt/jsonfuncs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2016-11-14 Thread Magnus Hagander
Fix typo in comment

The function was renamed in 908e23473, but the comment never learned
about it.

Branch
--
REL9_5_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/60de884be75cafec97cb15e60e63f72cb9035549

Modified Files
--
src/backend/utils/adt/jsonfuncs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2016-10-26 Thread Heikki Linnakangas
Fix typo in comment.

Daniel Gustafsson

Branch
--
REL9_6_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/e3c5e48bb82975cfca4c90a30fd8e2452840909d

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2016-10-26 Thread Heikki Linnakangas
Fix typo in comment.

Daniel Gustafsson

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/8a2f08fbeaf75f67da122b49f05f96257df3faed

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2016-10-18 Thread Robert Haas
Fix typo in comment.

Amit Langote

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/fca41acb86902b90218dcc3bc0ffc462850a090f

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2016-09-22 Thread Heikki Linnakangas
Fix typo in comment.

Daniel Gustafsson

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/674e2de64d66b3a1e261bf07825be54c7cd2f3f6

Modified Files
--
src/interfaces/libpq/libpq-int.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2016-09-15 Thread Robert Haas
Fix typo in comment.

Amit Langote

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/ffccee473682ed18a27d667b7a4f45d802dd61c4

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2016-07-25 Thread Fujii Masao
Fix typo in comment.

Author: Masahiko Sawada

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/1804d1555f56fcad4ce62e160bab17bdff6c94aa

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2016-07-07 Thread Robert Haas
Fix typo in comment.

Amit Langote

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/3edcdbcc4d012093147b50220a7dab57c380d549

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2016-07-06 Thread Fujii Masao
Fix typo in comment.

Author: Masahiko Sawada

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/1109164913caf7fa64e75e0b9fa64f7ba5fe5753

Modified Files
--
src/backend/utils/adt/jsonb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2016-04-26 Thread Magnus Hagander
Fix typo in comment

Author: Daniel Gustafsson

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/b7351ced425f3937f0a61adb4ade1d4b93bf751d

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2016-04-15 Thread Magnus Hagander
Fix typo in comment

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/ba8fe38f58e2f3d86c5361373598af80d5ce4443

Modified Files
--
src/backend/optimizer/plan/planner.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2016-03-28 Thread Robert Haas
Fix typo in comment.

Thomas Munro

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/bd0f206f5588767aac2456ebf6a21f7a6344cd58

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: fix typo in comment

2016-03-18 Thread Teodor Sigaev
fix typo in comment

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/ce91b9209f221f9555d340b40e02aaf8cdc777e4

Modified Files
--
contrib/unaccent/generate_unaccent_rules.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2016-03-04 Thread Robert Haas
Fix typo in comment.

Thomas Munro

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/708020eb7b08395626707fef0010547bf5764409

Modified Files
--
src/backend/utils/adt/timestamp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2016-02-11 Thread Tom Lane
Fix typo in comment.

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/2564be360a1d25a4c66e7cd34997ab027e0ec9a8

Modified Files
--
src/backend/optimizer/plan/planner.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2016-02-05 Thread Robert Haas
Fix typo in comment.

Michael Paquier

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/e98fd7860773698eaaf6332decc364bb31bca677

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2016-02-02 Thread Magnus Hagander
Fix typo in comment

Branch
--
REL9_5_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/081f7fe11024d281e6aae0904a5ff03bfa6f0811

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2016-02-02 Thread Magnus Hagander
Fix typo in comment

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/23f3cc36ed8188b0b8bf22daa4bb5b47d216c15d

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2016-01-07 Thread Magnus Hagander
Fix typo in comment

Tatsuro Yamada

Branch
--
REL9_5_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/6a1a44037b63e1c0e51dd2ca7374191c2f5362b1

Modified Files
--
src/include/port/atomics/arch-x86.h |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2016-01-07 Thread Magnus Hagander
Fix typo in comment

Tatsuro Yamada

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/2650486ebc6fcd32b8f42d6063efc099d00a6708

Modified Files
--
src/include/port/atomics/arch-x86.h |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2016-01-04 Thread Robert Haas
Fix typo in comment.

Masahiko Sawada

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/8978eb03a8dcfafd9e0839bc430749839476c34a

Modified Files
--
src/bin/pg_rewind/RewindTest.pm |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2016-01-04 Thread Robert Haas
Fix typo in comment.

Masahiko Sawada

Branch
--
REL9_5_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/fa39e891b08a5cb283a721592d0fa2c19b4c7176

Modified Files
--
src/bin/pg_rewind/RewindTest.pm |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2015-12-18 Thread Robert Haas
Fix typo in comment.

Amit Langote

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/9a51698bae86f748279ecedcae018925b5af5b2d

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2015-11-19 Thread Robert Haas
Fix typo in comment.

Amit Langote

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/74d0d5f3ebed9d817ec353fb17eedb343a0ab5b4

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2015-07-29 Thread Heikki Linnakangas
Fix typo in comment.

Amit Langote

Branch
--
REL9_5_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/6f1789a475fe2726f8ade5ecd3aa14223b130fb1

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2015-07-29 Thread Heikki Linnakangas
Fix typo in comment.

Amit Langote

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/a309ebd6b9940ca466c7748eeefc93c86ba2c9d4

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2015-06-27 Thread Heikki Linnakangas
Fix typo in comment

Etsuro Fujita

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/7845db2aa778aa751b41cff72c41c94993e975e3

Modified Files
--
src/backend/optimizer/plan/setrefs.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2015-06-10 Thread Kevin Grittner
Fix typo in comment.

Backpatch to 9.4 to minimize possible conflicts.

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/870681017a9e39e25aca14a2426cdbc57e3ce2af

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2015-06-10 Thread Kevin Grittner
Fix typo in comment.

Backpatch to 9.4 to minimize possible conflicts.

Branch
--
REL9_4_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/e9eebbaebf8a494c40b316e203287fd71dd0fd90

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2015-06-09 Thread Fujii Masao
Fix typo in comment.

David Rowley

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/ea9c4c1e4a7a9b602d867dcb02e07ef1fe51f6ec

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2015-05-18 Thread Heikki Linnakangas
Fix typo in comment.

Jim Nasby

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/8cc7a4c5fdbe43b9b16b4cf3e07c8115107a8d4e

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2015-04-14 Thread Alvaro Herrera
Fix typo in comment

SLRU_SEGMENTS_PER_PAGE -> SLRU_PAGES_PER_SEGMENT

I introduced this ancient typo in subtrans.c and later propagated it to
multixact.c.  I fixed the latter in f741300c, but only back to 9.3;
backpatch to all supported branches for consistency.

Branch
--
REL9_4_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/292ea1057364fe818e026c2cd8b8e81d62f8140b

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2015-04-14 Thread Alvaro Herrera
Fix typo in comment

SLRU_SEGMENTS_PER_PAGE -> SLRU_PAGES_PER_SEGMENT

I introduced this ancient typo in subtrans.c and later propagated it to
multixact.c.  I fixed the latter in f741300c, but only back to 9.3;
backpatch to all supported branches for consistency.

Branch
--
REL9_3_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/7954bc5ecb888a5e2f374871685c8a43546c328d

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2015-04-14 Thread Alvaro Herrera
Fix typo in comment

SLRU_SEGMENTS_PER_PAGE -> SLRU_PAGES_PER_SEGMENT

I introduced this ancient typo in subtrans.c and later propagated it to
multixact.c.  I fixed the latter in f741300c, but only back to 9.3;
backpatch to all supported branches for consistency.

Branch
--
REL9_2_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/3d73a67ffc742e5d49e9ba3fe78a2fe9b1d9ee05

Modified Files
--
src/backend/access/transam/multixact.c |2 +-
src/backend/access/transam/subtrans.c  |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2015-04-14 Thread Alvaro Herrera
Fix typo in comment

SLRU_SEGMENTS_PER_PAGE -> SLRU_PAGES_PER_SEGMENT

I introduced this ancient typo in subtrans.c and later propagated it to
multixact.c.  I fixed the latter in f741300c, but only back to 9.3;
backpatch to all supported branches for consistency.

Branch
--
REL9_1_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/42f522714e5eea90feb1c2d5d2fe2d6018b1e628

Modified Files
--
src/backend/access/transam/multixact.c |2 +-
src/backend/access/transam/subtrans.c  |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2015-04-14 Thread Alvaro Herrera
Fix typo in comment

SLRU_SEGMENTS_PER_PAGE -> SLRU_PAGES_PER_SEGMENT

I introduced this ancient typo in subtrans.c and later propagated it to
multixact.c.  I fixed the latter in f741300c, but only back to 9.3;
backpatch to all supported branches for consistency.

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/0a52fafce42e47d151d1108a44b25152a908c732

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment

2015-04-14 Thread Alvaro Herrera
Fix typo in comment

SLRU_SEGMENTS_PER_PAGE -> SLRU_PAGES_PER_SEGMENT

I introduced this ancient typo in subtrans.c and later propagated it to
multixact.c.  I fixed the latter in f741300c, but only back to 9.3;
backpatch to all supported branches for consistency.

Branch
--
REL9_0_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/5feebfed83fe463035ce64e6c2b10c2319842ff8

Modified Files
--
src/backend/access/transam/multixact.c |2 +-
src/backend/access/transam/subtrans.c  |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2015-04-08 Thread Fujii Masao
Fix typo in comment.

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/026fafde9159046ad26d0ccba92be0e802c70e92

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2015-03-08 Thread Fujii Masao
Fix typo in comment.

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/828599acecdb2929f9b66d6f590c2abbc751b58b

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2015-03-05 Thread Fujii Masao
Fix typo in comment.

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/934d12268585823c271c1490fc9aa4467c301e9c

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2015-02-02 Thread Heikki Linnakangas
Fix typo in comment.

Amit Langote

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/efba7a542fd52ed7607f1d8b162d898da0baa22c

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2015-01-28 Thread Heikki Linnakangas
Fix typo in comment.

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/acc2b1e843ae04e97025880f33a82f326ab12d59

Modified Files
--
src/backend/storage/buffer/bufmgr.c |6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2015-01-04 Thread Fujii Masao
Fix typo in comment.

Report by Amit Kapila

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/9f1d7313aa8deb0529edbef4ac157561c37d4e2f

Modified Files
--
src/backend/utils/error/elog.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2014-11-06 Thread Fujii Masao
Fix typo in comment.

Etsuro Fujita

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/d2b8a2c7ec1098e7b98160ccdc0e3a513964fb08

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2014-07-07 Thread Fujii Masao
Fix typo in comment.

This typo was accidentally added by recent commit 4cbd128.

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/6048896e4c9679cba89242d77f02ceba01c791d1

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2014-05-22 Thread Fujii Masao
Fix typo in comment.

Erik Rijkers

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/06db9cce22efeb2a2cffa69491dd576adb77b655

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2014-04-10 Thread Heikki Linnakangas
Fix typo in comment.

Tomonari Katsumata

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/787064cd0078a346cd744f832794e23136392efd

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2014-03-31 Thread Heikki Linnakangas
Fix typo in comment.

Amit Langote

Branch
--
REL9_2_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/7ef17dd71db11f2ac03154ec48fa0d5594b026de

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2014-03-31 Thread Heikki Linnakangas
Fix typo in comment.

Amit Langote

Branch
--
REL9_3_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/d747c6da6aedbbf141870136d1782f23c837029c

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2014-03-31 Thread Heikki Linnakangas
Fix typo in comment.

Amit Langote

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/554bb3beba27bf4a49edecc40f6c0f249974bc7c

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2014-03-31 Thread Heikki Linnakangas
Fix typo in comment.

Amit Langote

Branch
--
REL9_1_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/b924d4cdc0a95c6af0a57d4e78dbd3d7f1b39775

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2014-03-07 Thread Heikki Linnakangas
Fix typo in comment.

Forgot to "git add" it earlier.

Branch
--
REL9_3_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/ec3cb1ca2a07abb1f26033f124df438ca816be6f

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2014-01-20 Thread Fujii Masao
Fix typo in comment.

Sawada Masahiko

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/5363c7f2bc5e77caf2f308bed93e3e881a9113cf

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2014-01-14 Thread Robert Haas
Fix typo in comment.

Etsuro Fujita

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/246a9a8d0c43d29d307f40461eaa59004d0340f9

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in comment.

2014-01-04 Thread Tom Lane
Fix typo in comment.

classifyClauses was renamed to classifyConditions somewhere along the
line, but this comment didn't get the memo.

Ian Barwick

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/9929975666904bcad6df5cb8fe73451fd4910621

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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


  1   2   >