[COMMITTERS] pgsql: Fix incorrect comment.

2017-11-10 Thread Robert Haas
Fix incorrect comment.

Etsuro Fujita

Discussion: http://postgr.es/m/5a05728e.4050...@lab.ntt.co.jp

Branch
--
master

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

Modified Files
--
src/backend/optimizer/util/relnode.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 incorrect comment: pgtime's tm_mon is 1-based, not 0-based.

2017-01-24 Thread Robert Haas
Fix incorrect comment: pgtime's tm_mon is 1-based, not 0-based.

The comments in formatting.c already said that tm_mon was 1-based not
0-based, but the comments here disagreed.

Dmitry Fedin

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/96e0ccc2b589eda26585ed2a8dabf34b16747c1a

Modified Files
--
src/include/pgtime.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 incorrect comment.

2016-03-01 Thread Robert Haas
Fix incorrect comment.

PQmblen and PQdsplen return information about characters, not words.

Kyotaro Horiguchi

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/212bba93ce52e5605f8b7fc1ede2e7aef797c372

Modified Files
--
src/interfaces/libpq/fe-misc.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 incorrect comment in plannodes.h

2015-10-20 Thread Robert Haas
Fix incorrect comment in plannodes.h

Etsuro Fujita

Branch
--
master

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

Modified Files
--
src/include/nodes/plannodes.h |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 incorrect comment in plannodes.h

2015-10-20 Thread Robert Haas
Fix incorrect comment in plannodes.h

Etsuro Fujita

Branch
--
REL9_5_STABLE

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

Modified Files
--
src/include/nodes/plannodes.h |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 incorrect comment.

2015-07-29 Thread Robert Haas
Fix incorrect comment.

Amit Langote

Branch
--
master

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

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 incorrect comment about XLogRecordBlockHeader.data_length fi

2014-12-16 Thread Heikki Linnakangas
Fix incorrect comment about XLogRecordBlockHeader.data_length field.

It does not include the possible full-page image. While at it, reformat the
comment slightly to make it more readable.

Reported by Rahila Syed

Branch
--
master

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

Modified Files
--
src/include/access/xlogrecord.h |7 ---
1 file changed, 4 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 incorrect comment in SetBufferCommitInfoNeedsSave().

2012-04-18 Thread Robert Haas
Fix incorrect comment in SetBufferCommitInfoNeedsSave().

Noah Misch spotted the fact that the old comment is in fact incorrect, due
to memory ordering hazards.

Branch
--
master

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

Modified Files
--
src/backend/storage/buffer/bufmgr.c |8 +---
1 files changed, 5 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 incorrect comment about permissions checking being done in

2010-03-10 Thread Robert Haas
Log Message:
---
Fix incorrect comment about permissions checking being done in utility.c.

Noted while reviewing a patch from KaiGai Kohei.

Modified Files:
--
pgsql/src/backend/commands:
tablecmds.c (r1.327 - r1.328)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/tablecmds.c?r1=1.327r2=1.328)

-- 
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 incorrect comment in SSL code

2008-11-03 Thread Magnus Hagander
Log Message:
---
Fix incorrect comment in SSL code

Modified Files:
--
pgsql/src/interfaces/libpq:
fe-connect.c (r1.365 - r1.366)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-connect.c?r1=1.365r2=1.366)

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