[COMMITTERS] pgsql: Fix comment

2017-11-05 Thread Magnus Hagander
Fix comment Author: Bernd Helmle Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/86bc521811f381a121817fdfb096df431edb32f5 Modified Files -- src/bin/pg_basebackup/receivelog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-com

[COMMITTERS] pgsql: Fix comment.

2017-07-31 Thread Tatsuo Ishii
Fix comment. XLByteToSeg and XLByteToPrevSeg calculate only a segment number. The definition of these macros were modified by commit dfda6ebaec6763090fb78b458a979b558c50b39b but the comment remain unchanged. Patch by Yugo Nagata. Back patched to 9.3 and beyond. Branch -- REL9_6_STABLE Deta

[COMMITTERS] pgsql: Fix comment.

2017-07-31 Thread Tatsuo Ishii
Fix comment. XLByteToSeg and XLByteToPrevSeg calculate only a segment number. The definition of these macros were modified by commit dfda6ebaec6763090fb78b458a979b558c50b39b but the comment remain unchanged. Patch by Yugo Nagata. Back patched to 9.3 and beyond. Branch -- REL9_4_STABLE Deta

[COMMITTERS] pgsql: Fix comment.

2017-07-31 Thread Tatsuo Ishii
Fix comment. XLByteToSeg and XLByteToPrevSeg calculate only a segment number. The definition of these macros were modified by commit dfda6ebaec6763090fb78b458a979b558c50b39b but the comment remain unchanged. Patch by Yugo Nagata. Back patched to 9.3 and beyond. Branch -- REL9_5_STABLE Deta

[COMMITTERS] pgsql: Fix comment.

2017-07-31 Thread Tatsuo Ishii
Fix comment. XLByteToSeg and XLByteToPrevSeg calculate only a segment number. The definition of these macros were modified by commit dfda6ebaec6763090fb78b458a979b558c50b39b but the comment remain unchanged. Patch by Yugo Nagata. Back patched to 9.3 and beyond. Branch -- master Details ---

[COMMITTERS] pgsql: Fix comment.

2017-07-31 Thread Tatsuo Ishii
Fix comment. XLByteToSeg and XLByteToPrevSeg calculate only a segment number. The definition of these macros were modified by commit dfda6ebaec6763090fb78b458a979b558c50b39b but the comment remain unchanged. Patch by Yugo Nagata. Back patched to 9.3 and beyond. Branch -- REL9_3_STABLE Deta

[COMMITTERS] pgsql: Fix comment.

2017-03-26 Thread Robert Haas
Fix comment. Cut-and-paste led to something silly. Ashutosh Sharma, reviewed by Amit Kapila and by me Discussion: http://postgr.es/m/cae9k0pmubvqsby7kwn_okuqbyyhrxbx-c1zkuagr5vgf0ge...@mail.gmail.com Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/f0a6046bcb15c2fe

[COMMITTERS] pgsql: Fix comment about length of text, bytea, etc.

2017-03-12 Thread Noah Misch
Fix comment about length of text, bytea, etc. When commit 3e23b68dac006e8deb0afa327e855258df8de064 introduced single-byte varlena headers, it rendered this comment incomplete. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/9e0926468a1c41a31c09785787a737311dcd92c1 M

[COMMITTERS] pgsql: Fix comment formatting.

2016-10-21 Thread Robert Haas
Fix comment formatting. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/919c811ca1e2a545cb1db243af93d55270d84469 Modified Files -- src/backend/access/transam/xlog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers maili

[COMMITTERS] pgsql: Fix comment to be more accurate.

2016-06-03 Thread Robert Haas
Fix comment to be more accurate. Now that we skip vacuuming all-frozen pages, this comment needs updating. Masahiko Sawada Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/6436a853f11952495f10e62d8b52b465e119155c Modified Files -- src/backend/commands/va

[COMMITTERS] pgsql: Fix comment.

2016-05-15 Thread Tom Lane
Fix comment. Reference to getThreadLocalPQExpBuffer here seems inappropriate, since we aren't necessarily using that instantiation of getLocalPQExpBuffer. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/b7a9347c11e19918a34b127a096061bfb002fcb5 Modified Files ---

[COMMITTERS] pgsql: Fix comment whitespace in VS2105 patch

2016-04-29 Thread Andrew Dunstan
Fix comment whitespace in VS2105 patch per gripe from Michael Paquier. Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/eac3e16741e81c478ce0716683a72e7acc520c4a Modified Files -- src/include/port/win32.h | 2 +- 1 file changed, 1 insertion(+), 1 del

[COMMITTERS] pgsql: Fix comment whitespace in VS2105 patch

2016-04-29 Thread Andrew Dunstan
Fix comment whitespace in VS2105 patch per gripe from Michael Paquier. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/d34e7b2812467279b95060a4db8d9f4fc4be0e40 Modified Files -- src/include/port/win32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-

[COMMITTERS] pgsql: Fix comment in pg_dump.

2016-03-28 Thread Teodor Sigaev
Fix comment in pg_dump. It was missed in 473b93287040b20017cc25a157cffdc5b978c254, CREATE ACCESS METHOD Alexander Korotkov Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/dabd255d584785c61b1187f10b7bdbf99022ae2d Modified Files -- src/bin/pg_dump/pg_dump

[COMMITTERS] pgsql: Fix comment block trashed by pgindent.

2016-02-06 Thread Tom Lane
Fix comment block trashed by pgindent. Looks like I put the protective dashes in the wrong place in f4e4b32743. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/b921aeb1676f128f2c41ddc40d3887964ea9eae9 Modified Files -- src/backend/executor/nodeHash.c | 1

[COMMITTERS] pgsql: Fix comment regarding the meaning of infinity for timeline histo

2015-09-15 Thread Fujii Masao
Fix comment regarding the meaning of infinity for timeline history entry Michael Paquier Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/05ec71eea265622e1a311c9de3d3b186924e736a Modified Files -- src/include/access/timeline.h |3 ++- 1 file changed, 2

[COMMITTERS] pgsql: Fix comment atomics.h.

2015-08-05 Thread Andres Freund
Fix comment atomics.h. I appear to accidentally have switched the comments for pg_atomic_write_u32 and pg_atomic_read_u32 around. Also fix some minor typos I found while fixing. Noticed-By: Amit Kapila Backpatch: 9.5 Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commi

[COMMITTERS] pgsql: Fix comment atomics.h.

2015-08-05 Thread Andres Freund
Fix comment atomics.h. I appear to accidentally have switched the comments for pg_atomic_write_u32 and pg_atomic_read_u32 around. Also fix some minor typos I found while fixing. Noticed-By: Amit Kapila Backpatch: 9.5 Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/0

[COMMITTERS] pgsql: Fix comment for GetCurrentIntegerTimestamp().

2015-06-28 Thread Kevin Grittner
Fix comment for GetCurrentIntegerTimestamp(). The unit of measure is microseconds, not milliseconds. Backpatch to 9.3 where the function and its comment were added. Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/f9f71503767f0212a1d4141a2370dfc63c7ec050 Modi

[COMMITTERS] pgsql: Fix comment for GetCurrentIntegerTimestamp().

2015-06-28 Thread Kevin Grittner
Fix comment for GetCurrentIntegerTimestamp(). The unit of measure is microseconds, not milliseconds. Backpatch to 9.3 where the function and its comment were added. Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/f9b38ab6536e0c175cf94bea0c8f2a3d9fed175a Modi

[COMMITTERS] pgsql: Fix comment for GetCurrentIntegerTimestamp().

2015-06-28 Thread Kevin Grittner
Fix comment for GetCurrentIntegerTimestamp(). The unit of measure is microseconds, not milliseconds. Backpatch to 9.3 where the function and its comment were added. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/cca8ba9529f8815acd23fe88c32763765d0e1b68 Modified Fi

[COMMITTERS] pgsql: Fix comment in fmgr.h to refer to actual function used.

2015-06-15 Thread Andrew Dunstan
Fix comment in fmgr.h to refer to actual function used. FunctionLookup() is long gone if it ever existed, and fmgr_info() is what's now used, so the comments now reflect that. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/41d798a139b5c94ad8ce10b192141b5bcc03dda3 M

[COMMITTERS] pgsql: Fix comment.

2015-05-13 Thread Robert Haas
Fix comment. Commit 78efd5c1edb59017f06ef96773e64e6539bfbc86 overlooked this. Report by Peter Geoghegan. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/61f68e0bed63aa5090e8be7c912843e49b30fc1e Modified Files -- src/backend/utils/sort/tuplesort.c |6

[COMMITTERS] pgsql: Fix comment in libpq OpenSSL code about why a substitue BIO is u

2015-02-16 Thread Heikki Linnakangas
Fix comment in libpq OpenSSL code about why a substitue BIO is used. The comment was copy-pasted from the backend code along with the implementation, but libpq has different reasons for using the BIO. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/c478959a009a926ec4

[COMMITTERS] pgsql: Fix comment in pg_basebackup.

2014-08-22 Thread Heikki Linnakangas
Fix comment in pg_basebackup. The option is called --tablespace-mapping, not --tablespace. Amit Kapila Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/32d93e8c2da5387a8d5efdd4df1e5fb9bcfa9bb2 Modified Files -- src/bin/pg_basebackup/pg_basebackup.

[COMMITTERS] pgsql: Fix comment in pg_basebackup.

2014-08-22 Thread Heikki Linnakangas
Fix comment in pg_basebackup. The option is called --tablespace-mapping, not --tablespace. Amit Kapila Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/2af93640ad14028297fbc750e4c2338ad11a3c58 Modified Files -- src/bin/pg_basebackup/pg_basebackup.c |

[COMMITTERS] pgsql: Fix comment.

2014-05-08 Thread Tom Lane
Fix comment. Previous commit was confused about the case we're handling: actually, what the patch is dealing with is platforms that have optreset, *and* have , but the latter fails to declare the former. Because we use a linking probe to set HAVE_INT_OPTRESET, we need to be sure we have a declara

[COMMITTERS] pgsql: Fix comment; checkpointer, not bgwriter, performs checkpoints si

2014-02-17 Thread Heikki Linnakangas
Fix comment; checkpointer, not bgwriter, performs checkpoints since 9.2. Amit Langote Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/535b435c217ca8210c25bb59efa01381aaf413c8 Modified Files -- src/backend/access/transam/xlog.c |2 +- 1 file cha

[COMMITTERS] pgsql: Fix comment; checkpointer, not bgwriter, performs checkpoints si

2014-02-17 Thread Heikki Linnakangas
Fix comment; checkpointer, not bgwriter, performs checkpoints since 9.2. Amit Langote Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/5da060626089a3c67b1b12fa75733fb39ebe1bbb Modified Files -- src/backend/access/transam/xlog.c |2 +- 1 file cha

[COMMITTERS] pgsql: Fix comment; checkpointer, not bgwriter, performs checkpoints si

2014-02-17 Thread Heikki Linnakangas
Fix comment; checkpointer, not bgwriter, performs checkpoints since 9.2. Amit Langote Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/057152b37c8dbbddf87de2be32314a3d4fec5d5e Modified Files -- src/backend/access/transam/xlog.c |2 +- 1 file changed, 1

[COMMITTERS] pgsql: Fix comment language

2012-01-09 Thread Magnus Hagander
Fix comment language Per comment from Heikki Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/4ecd359c420203082489e2b5098e34a1b70c Modified Files -- src/bin/pg_basebackup/receivelog.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) --

[COMMITTERS] pgsql: Fix comment about which version had BACKUP METHOD line in backup

2011-08-17 Thread Heikki Linnakangas
Fix comment about which version had BACKUP METHOD line in backup_lable, again. It was invalidated again by Fujii's patch to 9.1. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/1d0392b2457e0cb845ea498849541f7eb94616d7 Modified Files -- src/backend/access/

[COMMITTERS] pgsql: Fix comment recently obsoleted

2011-02-11 Thread Alvaro Herrera
Fix comment recently obsoleted Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/60141eefaf28e4ff5e406952740423dd6fd16266 Modified Files -- src/backend/parser/parse_type.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) -- Sent via pgsql-comm

[COMMITTERS] pgsql: Fix comment which was apparently copy-pasted from another

2010-03-11 Thread Heikki Linnakangas
Log Message: --- Fix comment which was apparently copy-pasted from another function. Modified Files: -- pgsql/src/backend/storage/ipc: standby.c (r1.14 -> r1.15) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/ipc/standby.c?r1=1.14&r2=1.

[COMMITTERS] pgsql: Fix comment typo.

2008-04-16 Thread Bruce Momjian
Log Message: --- Fix comment typo. Bryce Nesbitt Modified Files: -- pgsql/src/bin/psql: mbprint.c (r1.29 -> r1.30) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/mbprint.c?r1=1.29&r2=1.30) -- Sent via pgsql-committers mailing list (pgsql-co

[COMMITTERS] pgsql: Fix // comment

2007-02-16 Thread Peter Eisentraut
Log Message: --- Fix // comment Modified Files: -- pgsql/src/backend/utils/adt: formatting.c (r1.125 -> r1.126) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/formatting.c.diff?r1=1.125&r2=1.126) ---(end of

[COMMITTERS] pgsql: Fix comment to agree with presentation.

2006-10-04 Thread Tom Lane
Log Message: --- Fix comment to agree with presentation. Modified Files: -- pgsql/src/backend/utils/misc: postgresql.conf.sample (r1.196 -> r1.197) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/postgresql.conf.sample.diff?r1=1.196

[COMMITTERS] pgsql: Fix comment on -v option

2005-11-16 Thread Tatsuo Ishii
Log Message: --- Fix comment on -v option Modified Files: -- pgsql/contrib/pgbench: README.pgbench_jis (r1.12 -> r1.13) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/README.pgbench_jis.diff?r1=1.12&r2=1.13) ---(e

[COMMITTERS] pgsql: Fix comment typo.

2005-04-16 Thread Bruce Momjian
Log Message: --- Fix comment typo. Modified Files: -- pgsql/src/backend/access/transam: xlog.c (r1.186 -> r1.187) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c.diff?r1=1.186&r2=1.187) ---(end of

[COMMITTERS] pgsql: Fix comment typo.

2005-04-15 Thread Bruce Momjian
Log Message: --- Fix comment typo. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/backend/access/transam: xlog.c (r1.180.4.1 -> r1.180.4.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c.diff?r1=1.180.4.1&r2=1.18