Re: [HACKERS] Comment typo

2017-10-31 Thread Etsuro Fujita
On 2017/10/30 22:39, Magnus Hagander wrote: On Mon, Oct 30, 2017 at 3:49 AM, Etsuro Fujita > wrote: Here is a patch to fix a typo in a comment in partition.c: s/specificiation/specification/. Applied, thanks. Thank

Re: [HACKERS] Comment typo

2017-10-30 Thread Magnus Hagander
On Mon, Oct 30, 2017 at 3:49 AM, Etsuro Fujita wrote: > Here is a patch to fix a typo in a comment in partition.c: > s/specificiation/specification/. > Applied, thanks. -- Magnus Hagander Me: https://www.hagander.net/ Work:

[HACKERS] Comment typo

2017-10-29 Thread Etsuro Fujita
Here is a patch to fix a typo in a comment in partition.c: s/specificiation/specification/. Best regards, Etsuro Fujita diff --git a/src/backend/catalog/partition.c b/src/backend/catalog/partition.c index 07fdf66..e234167 100644 --- a/src/backend/catalog/partition.c +++

Re: [HACKERS] Comment typo

2017-10-06 Thread Etsuro Fujita
On 2017/10/05 21:48, Robert Haas wrote: On Thu, Oct 5, 2017 at 6:11 AM, Etsuro Fujita wrote: Here is a small patch to fix a typo in a comment in partition.c: s/mantain/maintain/. Committed. Thanks! Best regards, Etsuro Fujita -- Sent via pgsql-hackers

Re: [HACKERS] Comment typo

2017-10-05 Thread Robert Haas
On Thu, Oct 5, 2017 at 6:11 AM, Etsuro Fujita wrote: > Here is a small patch to fix a typo in a comment in partition.c: > s/mantain/maintain/. Committed. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via

[HACKERS] Comment typo

2017-10-05 Thread Etsuro Fujita
Here is a small patch to fix a typo in a comment in partition.c: s/mantain/maintain/. Best regards, Etsuro Fujita diff --git a/src/backend/catalog/partition.c b/src/backend/catalog/partition.c index 1ab6dba..9777d40 100644 --- a/src/backend/catalog/partition.c +++

Re: [HACKERS] Comment typo in plannodes.h

2017-08-13 Thread Etsuro Fujita
On 2017/08/11 2:18, Robert Haas wrote: On Thu, Aug 10, 2017 at 8:25 AM, Etsuro Fujita wrote: Here is a small patch for fixing a comment typo in plannodes.h: s/all the partitioned table/all the partitioned tables/. Committed. Thank you. Best regards, Etsuro

Re: [HACKERS] Comment typo in plannodes.h

2017-08-10 Thread Robert Haas
On Thu, Aug 10, 2017 at 8:25 AM, Etsuro Fujita wrote: > Here is a small patch for fixing a comment typo in plannodes.h: s/all the > partitioned table/all the partitioned tables/. Committed. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise

[HACKERS] Comment typo in plannodes.h

2017-08-10 Thread Etsuro Fujita
Hi, Here is a small patch for fixing a comment typo in plannodes.h: s/all the partitioned table/all the partitioned tables/. Best regards, Etsuro Fujita diff --git a/src/include/nodes/plannodes.h b/src/include/nodes/plannodes.h index f1a1b24..7c51e7f 100644 --- a/src/include/nodes/plannodes.h

Re: [HACKERS] Comment typo in execMain.c

2017-06-21 Thread Heikki Linnakangas
On 06/21/2017 11:35 AM, Etsuro Fujita wrote: Here is a patch to fix a typo in a comment in ExecWithCheckOptions(): s/as as/as/. Fixed, thanks! - Heikki -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription:

[HACKERS] Comment typo in execMain.c

2017-06-21 Thread Etsuro Fujita
Here is a patch to fix a typo in a comment in ExecWithCheckOptions(): s/as as/as/. Best regards, Etsuro Fujita diff --git a/src/backend/executor/execMain.c b/src/backend/executor/execMain.c index 7f460bd..9dbe175 100644 --- a/src/backend/executor/execMain.c +++ b/src/backend/executor/execMain.c

Re: [HACKERS] Comment typo in xlogutils.c

2017-04-16 Thread Peter Eisentraut
On 4/15/17 11:26, Masahiko Sawada wrote: > Attached patch for $subject. > > s/apruptly/abruptly Fixed, thanks. -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services -- Sent via pgsql-hackers mailing list

[HACKERS] Comment typo in xlogutils.c

2017-04-15 Thread Masahiko Sawada
Hi, Attached patch for $subject. s/apruptly/abruptly Regards, -- Masahiko Sawada NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center fix_typo_in_xlogutils_c.patch Description: Binary data -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make

Re: [HACKERS] Comment typo in publicationcmd.c

2017-04-07 Thread Magnus Hagander
On Fri, Apr 7, 2017 at 9:00 AM, Masahiko Sawada wrote: > Hi all, > > Attached fixes a typo in publicationcmd.c file. > > s/om/on/ > Applied, thanks. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/

[HACKERS] Comment typo in publicationcmd.c

2017-04-07 Thread Masahiko Sawada
Hi all, Attached fixes a typo in publicationcmd.c file. s/om/on/ Regards, -- Masahiko Sawada NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center fix_typo_in_publicationcmds_c.patch Description: Binary data -- Sent via pgsql-hackers mailing list

Re: [HACKERS] Comment typo in logical/worker.c

2017-04-04 Thread Peter Eisentraut
On 4/3/17 02:11, Masahiko Sawada wrote: > Attached fixes a comment typo in logical/worker.c file. committed -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services -- Sent via pgsql-hackers mailing list

[HACKERS] Comment typo in logical/worker.c

2017-04-03 Thread Masahiko Sawada
Hi, Attached fixes a comment typo in logical/worker.c file. Regards, -- Masahiko Sawada NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center fix_typo_logical_worker_c.patch Description: Binary data -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)

Re: [HACKERS] Comment typo

2016-10-12 Thread Amit Langote
On 2016/10/12 18:10, Heikki Linnakangas wrote: > On 10/11/2016 08:52 AM, Amit Langote wrote: >> Attached fixes what seems like a copy-pasto in pg_cast.h. > > Applied, thanks. Thanks, Heikki! Regards, Amit -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes

Re: [HACKERS] Comment typo

2016-10-12 Thread Heikki Linnakangas
On 10/11/2016 08:52 AM, Amit Langote wrote: Attached fixes what seems like a copy-pasto in pg_cast.h. Applied, thanks. - Heikki -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers

[HACKERS] Comment typo

2016-10-10 Thread Amit Langote
Attached fixes what seems like a copy-pasto in pg_cast.h. Thanks, Amit diff --git a/src/include/catalog/pg_cast.h b/src/include/catalog/pg_cast.h index ee568d8..04d11c0 100644 --- a/src/include/catalog/pg_cast.h +++ b/src/include/catalog/pg_cast.h @@ -59,7 +59,7 @@ typedef enum CoercionCodes

Re: [HACKERS] Comment typo in execIndexing.c

2016-09-15 Thread Robert Haas
On Tue, Sep 13, 2016 at 10:48 PM, Amit Langote wrote: > Spotted a typo in the header comment of execIndexing.c. Attached fixes it. > > s/exclusive constraints/exclusion constraints/g Committed, thanks. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The

[HACKERS] Comment typo in execIndexing.c

2016-09-13 Thread Amit Langote
Spotted a typo in the header comment of execIndexing.c. Attached fixes it. s/exclusive constraints/exclusion constraints/g Thanks, Amit diff --git a/src/backend/executor/execIndexing.c b/src/backend/executor/execIndexing.c index 0e2d834..009c1b7 100644 --- a/src/backend/executor/execIndexing.c

Re: [HACKERS] Comment Typo

2016-09-05 Thread Bruce Momjian
On Tue, Sep 6, 2016 at 10:52:22AM +0900, Amit Langote wrote: > Attached fixes a typo in header comment in libpq-be.h. > > s/libpq_be.h/libpq-be.h/g Applied. -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + As

[HACKERS] Comment Typo

2016-09-05 Thread Amit Langote
Attached fixes a typo in header comment in libpq-be.h. s/libpq_be.h/libpq-be.h/g Thanks, Amit diff --git a/src/include/libpq/libpq-be.h b/src/include/libpq/libpq-be.h index ecdfbc6..b91eca5 100644 --- a/src/include/libpq/libpq-be.h +++ b/src/include/libpq/libpq-be.h @@ -1,6 +1,6 @@

Re: [HACKERS] comment typo lmgr.c

2016-08-23 Thread Robert Haas
On Tue, Aug 23, 2016 at 8:13 AM, Erik Rijkers wrote: > comment typo in src/backend/storage/lmgr.c attached Committed, thanks. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list

[HACKERS] comment typo lmgr.c

2016-08-23 Thread Erik Rijkers
comment typo in src/backend/storage/lmgr.c attached Erik Rijkers--- src/backend/storage/lmgr/lmgr.c.orig 2016-08-23 14:04:33.0 +0200 +++ src/backend/storage/lmgr/lmgr.c 2016-08-23 14:05:41.0 +0200 @@ -33,7 +33,7 @@ * constraint violations. It's theoretically possible that a

Re: [HACKERS] Comment typo in tuplesort.c

2016-08-03 Thread Bruce Momjian
On Tue, Aug 2, 2016 at 01:56:27PM +0900, Amit Langote wrote: > Attached patch fixes a minor typo in tuplesort.c > > s/child content/child context/g Thanks, patch applied. -- Bruce Momjian http://momjian.us EnterpriseDB

[HACKERS] Comment typo in tuplesort.c

2016-08-01 Thread Amit Langote
Attached patch fixes a minor typo in tuplesort.c s/child content/child context/g Thanks, Amit diff --git a/src/backend/utils/sort/tuplesort.c b/src/backend/utils/sort/tuplesort.c index 4c502bb..6756f26 100644 --- a/src/backend/utils/sort/tuplesort.c +++ b/src/backend/utils/sort/tuplesort.c @@

Re: [HACKERS] Comment typo in _readExtensibleNode()

2016-07-07 Thread Robert Haas
On Fri, May 6, 2016 at 3:26 AM, Amit Langote wrote: > Attached fixes a minor typo comment in _readExtensibleNode(). > > s/skip: extnodename/skip :extnodename/g > > I was confused at first as to why there is a skip extnodename on one line > and get extnodename right

[HACKERS] Comment typo in _readExtensibleNode()

2016-05-06 Thread Amit Langote
Attached fixes a minor typo comment in _readExtensibleNode(). s/skip: extnodename/skip :extnodename/g I was confused at first as to why there is a skip extnodename on one line and get extnodename right on the next line as the comments say, :) Thanks, Amit diff --git

Re: [HACKERS] Comment typo in slot.c

2016-02-05 Thread Robert Haas
On Thu, Feb 4, 2016 at 4:39 AM, Michael Paquier wrote: > I just bumped into the following typo in slot.c: > /* > * If we'd now fail - really unlikely - we wouldn't know > whether this slot > * would persist after an OS crash or not - so, force

[HACKERS] Comment typo in slot.c

2016-02-04 Thread Michael Paquier
Hi all, I just bumped into the following typo in slot.c: /* * If we'd now fail - really unlikely - we wouldn't know whether this slot * would persist after an OS crash or not - so, force a restart. The -* restart would try to fysnc this again till it works. +

Re: [HACKERS] Comment typo in port/atomics/generic.h

2016-01-15 Thread Magnus Hagander
On Fri, Jan 15, 2016 at 2:35 AM, Tatsuro Yamada < yamada.tats...@lab.ntt.co.jp> wrote: > Hi, > > I found a typo in generic.h > The attached patch fixes it: s/tomic/atomic/g > Applied, thanks! -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/

[HACKERS] Comment typo in port/atomics/generic.h

2016-01-14 Thread Tatsuro Yamada
Hi, I found a typo in generic.h The attached patch fixes it: s/tomic/atomic/g Best regards, Tatsuro Yamada *** a/src/include/port/atomics/generic.h --- b/src/include/port/atomics/generic.h *** *** 1,7 /*-

[HACKERS] Comment typo in port/atomics/arch-x86.h

2016-01-07 Thread Tatsuro Yamada
Hi, I found a typo in arch-x86.h. The attached patch fixes a typo: s/468/486/g Best regards, Tatsuro Yamada *** a/src/include/port/atomics/arch-x86.h --- b/src/include/port/atomics/arch-x86.h *** *** 67,73 typedef struct pg_atomic_uint32 /* * It's too complicated to

Re: [HACKERS] Comment typo in port/atomics/arch-x86.h

2016-01-07 Thread Magnus Hagander
On Fri, Jan 8, 2016 at 7:37 AM, Tatsuro Yamada wrote: > Hi, > > I found a typo in arch-x86.h. > The attached patch fixes a typo: s/468/486/g > > Applied, thanks. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/

[HACKERS] Comment typo in namespace.c

2016-01-06 Thread Amit Langote
Hi, Attached fixes a typo: s/non-exstant/non-existant. Alternatively, it could be spelled as 'existent' but the patch doesn't. Nor does it drop the 's' and spell it 'non-extant' which may have been the original intent. Thanks, Amit diff --git a/src/backend/catalog/namespace.c

Re: [HACKERS] Comment typo in namespace.c

2016-01-06 Thread Amit Langote
On Wed, Jan 6, 2016 at 11:51 PM, Tom Lane wrote: > Amit Langote writes: >> Attached fixes a typo: s/non-exstant/non-existant. >> Alternatively, it could be spelled as 'existent' but the patch doesn't. > > "non-existant" is flat wrong, so if

Re: [HACKERS] Comment typo in namespace.c

2016-01-06 Thread Tom Lane
Amit Langote writes: > Attached fixes a typo: s/non-exstant/non-existant. > Alternatively, it could be spelled as 'existent' but the patch doesn't. "non-existant" is flat wrong, so if we're going to fix typos, let's fix them to actually be English.

Re: [HACKERS] Comment typo in namespace.c

2016-01-06 Thread Tom Lane
Amit Langote writes: > On Wed, Jan 6, 2016 at 11:51 PM, Tom Lane wrote: >> "non-existant" is flat wrong, so if we're going to fix typos, let's >> fix them to actually be English. > So, non-existent? non-extant? I seems to me like an 's' accidentally

Re: [HACKERS] Comment typo in namespace.c

2016-01-06 Thread Amit Langote
On 2016/01/07 1:03, Tom Lane wrote: > Amit Langote writes: >> On Wed, Jan 6, 2016 at 11:51 PM, Tom Lane wrote: >>> "non-existant" is flat wrong, so if we're going to fix typos, let's >>> fix them to actually be English. > >> So, non-existent?

[HACKERS] comment typo in RewindTest.pm

2016-01-04 Thread Masahiko Sawada
Hi all, Attached patch fixes the comment typo in RewindTest.pm Please find it. Regards, -- Masahiko Sawada diff --git a/src/bin/pg_rewind/RewindTest.pm b/src/bin/pg_rewind/RewindTest.pm index c1c7d1f..41d294e 100644 --- a/src/bin/pg_rewind/RewindTest.pm +++ b/src/bin/pg_rewind/RewindTest.pm @@

Re: [HACKERS] comment typo in RewindTest.pm

2016-01-04 Thread Robert Haas
On Mon, Jan 4, 2016 at 8:08 AM, Masahiko Sawada wrote: > Attached patch fixes the comment typo in RewindTest.pm > Please find it. Committed and back-patched to 9.5. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via

Re: [HACKERS] Comment typo in pg_dump.h

2015-12-24 Thread Amit Langote
On 2015/12/25 0:44, Tom Lane wrote: > Amit Langote writes: >> Attached fixes the following comment typo (copy-pasto): >> -Oid toast_oid; /* for restore toast frozen xid */ >> +Oid toast_oid; /* for restore toast table oid */ > >

[HACKERS] Comment typo in pg_dump.h

2015-12-24 Thread Amit Langote
Attached fixes the following comment typo (copy-pasto): -Oid toast_oid; /* for restore toast frozen xid */ +Oid toast_oid; /* for restore toast table oid */ Thanks, Amit diff --git a/src/bin/pg_dump/pg_dump.h b/src/bin/pg_dump/pg_dump.h index 3c64a82..9c63abd

Re: [HACKERS] Comment typo in pg_dump.h

2015-12-24 Thread Tom Lane
Amit Langote writes: > Attached fixes the following comment typo (copy-pasto): > -Oid toast_oid; /* for restore toast frozen xid */ > +Oid toast_oid; /* for restore toast table oid */ That comment needs more help than just that

Re: [HACKERS] Comment typo in pg_upgrade.c

2015-12-17 Thread Amit Langote
On 2015/12/18 14:53, Amit Langote wrote: > In prepare_new_cluster(), following looks like a typo: > > - * would cause us to lose the frozenids restored by the load. We use > + * would cause us to lose the frozenxids restored by the load. We use Or maybe not, because "frozenids" is

[HACKERS] Comment typo in pg_upgrade.c

2015-12-17 Thread Amit Langote
In prepare_new_cluster(), following looks like a typo: - * would cause us to lose the frozenids restored by the load. We use + * would cause us to lose the frozenxids restored by the load. We use Attached find the patch. Thanks, Amit diff --git a/src/bin/pg_upgrade/pg_upgrade.c

Re: [HACKERS] Comment typo in src/backend/executor/execMain.c

2015-01-12 Thread Etsuro Fujita
On 2015/01/10 1:08, Stephen Frost wrote: * Etsuro Fujita (fujita.ets...@lab.ntt.co.jp) wrote: I ran into a comment type. Please find attached a patch. Fix pushed. Thanks! Best regards, Etsuro Fujita -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to

Re: [HACKERS] Comment typo in src/backend/executor/execMain.c

2015-01-09 Thread Stephen Frost
Etsuro, * Etsuro Fujita (fujita.ets...@lab.ntt.co.jp) wrote: I ran into a comment type. Please find attached a patch. Fix pushed. Thanks! Stephen signature.asc Description: Digital signature

[HACKERS] Comment typo in src/backend/executor/execMain.c

2015-01-08 Thread Etsuro Fujita
Hi, I ran into a comment type. Please find attached a patch. Best regards, Etsuro Fujita diff --git a/src/backend/executor/execMain.c b/src/backend/executor/execMain.c index 8c799d3..28abfa4 100644 --- a/src/backend/executor/execMain.c +++ b/src/backend/executor/execMain.c @@ -2024,7 +2024,7 @@

Re: [HACKERS] Comment typo in typedef struct BrinTuple

2014-12-16 Thread Heikki Linnakangas
On 12/15/2014 09:04 AM, Amit Langote wrote: Hi, Find attached that does: -* mt_info is laid out in the following fashion: +* bt_info is laid out in the following fashion: snip-comment uint8 bt_info; } BrinTuple; Thanks. Fixed along with a bunch of other misc

[HACKERS] Comment typo in typedef struct BrinTuple

2014-12-14 Thread Amit Langote
Hi, Find attached that does: -* mt_info is laid out in the following fashion: +* bt_info is laid out in the following fashion: snip-comment uint8 bt_info; } BrinTuple; Thanks, Amit BrinTuple-typo-fix.patch Description: Binary data -- Sent via pgsql-hackers mailing

[HACKERS] Comment typo in src/backend/command/cluster.c

2014-01-20 Thread Sawada Masahiko
Hi all, Attached patch fixes the typo which is in src/backend/command/cluster.c. Regards, --- Sawada Masahiko fix_typo-cluster.patch Description: Binary data -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription:

Re: [HACKERS] Comment typo in src/backend/command/cluster.c

2014-01-20 Thread Fujii Masao
On Tue, Jan 21, 2014 at 2:13 AM, Sawada Masahiko sawada.m...@gmail.com wrote: Hi all, Attached patch fixes the typo which is in src/backend/command/cluster.c. Thanks! Committed. Regards, -- Fujii Masao -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes

Re: [HACKERS] Comment typo in src/include/access/gin_private.h

2014-01-14 Thread Robert Haas
On Mon, Jan 13, 2014 at 9:59 PM, Etsuro Fujita fujita.ets...@lab.ntt.co.jp wrote: I ran into a typo in src/include/access/gin_private.h. Patch attached. Committed. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing

[HACKERS] Comment typo in src/include/access/gin_private.h

2014-01-13 Thread Etsuro Fujita
I ran into a typo in src/include/access/gin_private.h. Patch attached. Thanks, Best regards, Etsuro Fujita gin_private.h-typo.patch Description: Binary data -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription:

[HACKERS] comment typo in postgres_fdw/postgres_fdw.c

2014-01-04 Thread Ian Lawrence Barwick
Presumably classifyConditions, not classifyClauses, is meant. Patch attached. Regards Ian Barwick diff --git a/contrib/postgres_fdw/postgres_fdw.c b/contrib/postgres_fdw/postgres_fdw.c index 246a3a9..46ea032 100644 --- a/contrib/postgres_fdw/postgres_fdw.c +++

Re: [HACKERS] comment typo in postgres_fdw/postgres_fdw.c

2014-01-04 Thread Tom Lane
Ian Lawrence Barwick barw...@gmail.com writes: Presumably classifyConditions, not classifyClauses, is meant. Hm, I think this got missed in a bout of renaming. Will apply, thanks. regards, tom lane -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)

Re: [HACKERS] Comment typo

2013-02-20 Thread Heikki Linnakangas
On 20.02.2013 05:07, Etsuro Fujita wrote: Sorry, I found one more typo. Attached is a patch. Thanks, applied. - Heikki -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers

Re: [HACKERS] Comment typo

2013-02-19 Thread Etsuro Fujita
Sorry, I found one more typo. Attached is a patch. Thanks, Best regards, Etsuro Fujita -Original Message- From: Magnus Hagander [mailto:mag...@hagander.net] Sent: Friday, February 08, 2013 7:47 PM To: Etsuro Fujita Cc: PostgreSQL-development Subject: Re: [HACKERS] Comment typo

Re: [HACKERS] Comment typo

2013-02-08 Thread Magnus Hagander
On Fri, Feb 8, 2013 at 6:49 AM, Etsuro Fujita fujita.ets...@lab.ntt.co.jp wrote: I found a comment typo. Please find attached a patch. Applied, thanks. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- Sent via pgsql-hackers mailing list

[HACKERS] Comment typo

2013-02-07 Thread Etsuro Fujita
I found a comment typo. Please find attached a patch. Best regards, Etsuro Fujita comment_typo.patch Description: Binary data -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers

[HACKERS] Comment typo

2012-11-01 Thread Etsuro Fujita
This is a little patch to fix a typo in a comment. Best regards, Etsuro Fujit commentfix_20121102.patch Description: Binary data -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers

Re: [HACKERS] Comment typo

2012-11-01 Thread Etsuro Fujita
' Subject: [HACKERS] Comment typo This is a little patch to fix a typo in a comment. Best regards, Etsuro Fujit -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers

[HACKERS] Comment typo

2012-09-12 Thread Etsuro Fujita
This is a little patch to fix a typo in a comment. Best regards, Etsuro Fujit commentfix.patch Description: Binary data -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers

Re: [HACKERS] Comment typo

2012-09-12 Thread Kevin Grittner
Etsuro Fujita wrote: This is a little patch to fix a typo in a comment. Applied to HEAD and 9.2, which as far back as it went. I figured it was easy and eliminated any back-patch issues for subsequent changes. Thanks! -Kevin -- Sent via pgsql-hackers mailing list

Re: [HACKERS] Comment typo

2012-09-12 Thread Etsuro Fujita
: Re: [HACKERS] Comment typo Etsuro Fujita wrote: This is a little patch to fix a typo in a comment. Applied to HEAD and 9.2, which as far back as it went. I figured it was easy and eliminated any back-patch issues for subsequent changes. Thanks! -Kevin -- Sent via pgsql

[HACKERS] Comment typo in nodeWindowAgg.c

2010-12-21 Thread Andreas Karlsson
Hi, Found a couple of small typos in the comments of nodeWindowAgg.c when they refer to functions in nodeAgg.c. The pluralities of the function names (initialize_aggregates and advance_aggregates) are wrong. The reference to finalize_aggregate is correct though. diff --git

Re: [HACKERS] Comment typo in nodeWindowAgg.c

2010-12-21 Thread Robert Haas
On Tue, Dec 21, 2010 at 4:17 PM, Andreas Karlsson andr...@proxel.se wrote: Found a couple of small typos in the comments of nodeWindowAgg.c when they refer to functions in nodeAgg.c. The pluralities of the function names (initialize_aggregates and advance_aggregates) are wrong. The reference

[HACKERS] Comment typo in xlog.c

2010-12-06 Thread Fujii Masao
Hi, I found two typos in xlog.c. Could you apply the attached patch? Regards, -- Fujii Masao NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center typo.patch Description: Binary data -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes

Re: [HACKERS] Comment typo in xlog.c

2010-12-06 Thread Heikki Linnakangas
On 06.12.2010 09:01, Fujii Masao wrote: I found two typos in xlog.c. Could you apply the attached patch? Applied. -- Heikki Linnakangas EnterpriseDB http://www.enterprisedb.com -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: