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
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/96e0ccc2b589eda26585ed2a8dabf
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 +
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(-)
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(-)
--
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 pgs
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/da9f6a
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
--
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.
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.365&r2=1.366)
--
Sent via pgsql-commit
Log Message:
---
Fix incorrect comment about the timing of AbsorbFsyncRequests() during
checkpoint. The comment claimed that we could do this anytime after
setting the checkpoint REDO point, but actually BufferSync is relying
on the assumption that buffers dumped by other backends will be
11 matches
Mail list logo